Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = 14;
         result = 29 * result + Gimnasticar.GetHashCode();
         return(result);
     }
 }
Exemplo n.º 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);
     }
 }