Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(LeagueTeamId.GetHashCode());
 }
Exemplo n.º 2
0
 public override bool Equals(object other)
 {
     return(other is ILeagueTeam otherLeagueTeam && LeagueTeamId.Equals(otherLeagueTeam.LeagueTeamId));
 }