Beispiel #1
0
 public override bool Equals(object other)
 {
     return(other is ILeagueTeam otherLeagueTeam && LeagueTeamId.Equals(otherLeagueTeam.LeagueTeamId));
 }