Esempio n. 1
0
 public int GetHashCode(Models.TicketFare obj)
 {
     return(obj.EndStation.GetHashCode());
 }
Esempio n. 2
0
 public bool Equals(Models.TicketFare x, Models.TicketFare y)
 {
     return(x.EndStation == y.EndStation);
 }