Пример #1
0
 public override int GetHashCode()
 {
     return(LeagueMatchId.GetHashCode());
 }
Пример #2
0
 public override bool Equals(object other)
 {
     return(other is LeagueMatch otherLeagueMatch && LeagueMatchId.Equals(otherLeagueMatch.LeagueMatchId));
 }