private bool EqualsData(IpV6MobilityOptionIpV4Address other)
 {
     return other != null &&
            Address.Equals(other.Address);
 }
示例#2
0
 private bool EqualsData(IpV6MobilityOptionIpV4Address other)
 {
     return(other != null &&
            Address.Equals(other.Address));
 }