public override int GetHashCode() { unchecked { int result = 14; result = 29 * result + Naziv.GetHashCode(); result = 29 * result + Gimnastika.GetHashCode(); result = 29 * result + Datum.GetHashCode(); return(result); } }
public override int GetHashCode() { unchecked { int result = 14; result = 29 * result + Gimnastika.GetHashCode(); result = 29 * result + Takmicenje.GetHashCode(); result = 29 * result + Kategorija.GetHashCode(); result = 29 * result + TakmicenjeDescription.GetHashCode(); return(result); } }