Esempio n. 1
0
 public override int GetHashCode()
 {
     return(PassportInfo.GetHashCode() ^ MilitaryInfo.GetHashCode() ^
            CivilInfo.GetHashCode() ^ Contacts.GetHashCode() ^
            FamilyInfo.GetHashCode() ^ DriverInfo.GetHashCode());
 }