private bool EqualsData(IpV6MobilityOptionDnsUpdate other)
 {
     return other != null &&
            Status == other.Status && Remove == other.Remove && MobileNodeIdentity.Equals(other.MobileNodeIdentity);
 }
Пример #2
0
 private bool EqualsData(IpV6MobilityOptionDnsUpdate other)
 {
     return(other != null &&
            Status == other.Status && Remove == other.Remove && MobileNodeIdentity.Equals(other.MobileNodeIdentity));
 }