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