public bool Equals(AddressCollection other)
 {
     return Equals(_list, other._list);
 }
Ejemplo n.º 2
0
 public bool Equals(AddressCollection other)
 {
     return(Equals(_list, other._list));
 }