public bool Equals(AddressCollection other)
 {
     return Equals(_list, other._list);
 }
Beispiel #2
0
 public bool Equals(AddressCollection other)
 {
     return(Equals(_list, other._list));
 }