Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(LeagueMatchId.GetHashCode());
 }
Exemplo n.º 2
0
 public override bool Equals(object other)
 {
     return(other is LeagueMatch otherLeagueMatch && LeagueMatchId.Equals(otherLeagueMatch.LeagueMatchId));
 }