Exemplo n.º 1
0
bool  Mail::operator==(Mail& mail)const
{
    if(mail.getBox() == this->box)return true;
    return false;
}