Beispiel #1
0
 protected bool Equals(CarrierRate other)
 {
     return(string.Equals(Carrier, other.Carrier, StringComparison.OrdinalIgnoreCase) && string.Equals(Service, other.Service, StringComparison.OrdinalIgnoreCase) && Rate == other.Rate);
 }
 protected bool Equals(CarrierRate other)
 {
     return string.Equals(Carrier, other.Carrier, StringComparison.OrdinalIgnoreCase) && string.Equals(Service, other.Service, StringComparison.OrdinalIgnoreCase) && Rate == other.Rate;
 }