示例#1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = 14;
         result = 29 * result + Gimnasticar.GetHashCode();
         return(result);
     }
 }
示例#2
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = 14;
         result = 29 * result + Gimnasticar.GetHashCode();
         result = 29 * result + Sprava.GetHashCode();
         result = 29 * result + DeoTakmicenjaKod.GetHashCode();
         return(result);
     }
 }