Example #1
0
 public override int GetHashCode()
 {
     return(date.GetHashCode() ^ client.GetHashCode() ^ specialization.GetHashCode() ^ specialist.GetHashCode() ^ cabinet.GetHashCode());
 }