示例#1
0
 private bool EqualsData(IpV6MobilityOptionIpV4HomeAddressReply other)
 {
     return(other != null &&
            Status == other.Status && PrefixLength == other.PrefixLength && HomeAddress.Equals(other.HomeAddress));
 }
 private bool EqualsData(IpV6MobilityOptionIpV4HomeAddressReply other)
 {
     return other != null &&
            Status == other.Status && PrefixLength == other.PrefixLength && HomeAddress.Equals(other.HomeAddress);
 }