I can also give the definition of the operator== of CClassB
Qt Code:
bool CClassB::operator==(const CClassB& acb) { if( m_vlListOfClassA == acb.m_vlListOfClassA) ) return true; else return false; }To copy to clipboard, switch view to plain text mode
Bookmarks