Exemplo n.º 1
0
 protected bool Equals(Telephone other)
 {
     return(string.Equals(Number, other.Number));
 }
Exemplo n.º 2
0
 protected bool Equals(Telephone other)
 {
     return string.Equals(Number, other.Number);
 }