private bool Equals(IPAddressAssociation other) { return(Equals(SubnetId, other.SubnetId) && string.Equals(IPAddress, other.IPAddress)); }
private bool Equals(IPAddressAssociation other) { return Equals(SubnetId, other.SubnetId) && string.Equals(IPAddress, other.IPAddress); }