Exemplo n.º 1
0
 protected bool Equals(Zip other)
 {
     return string.Equals(To, other.To, StringComparison.OrdinalIgnoreCase) && string.Equals(From, other.From, StringComparison.OrdinalIgnoreCase);
 }
Exemplo n.º 2
0
 protected bool Equals(Zip other)
 {
     return(string.Equals(To, other.To, StringComparison.OrdinalIgnoreCase) && string.Equals(From, other.From, StringComparison.OrdinalIgnoreCase));
 }