예제 #1
0
 public bool IsHomeClub(Club other)
 {
     return(HomeClub == other);
 }
예제 #2
0
 public bool IsAwayClub(Club other)
 {
     return(AwayClub == other);
 }