private bool EqualsData(IpV6MobilityOptionIpV6AddressPrefix other)
 {
     return other != null &&
            Code == other.Code && PrefixLength == other.PrefixLength && AddressOrPrefix.Equals(other.AddressOrPrefix);
 }
Exemple #2
0
 private bool EqualsData(IpV6MobilityOptionIpV6AddressPrefix other)
 {
     return(other != null &&
            Code == other.Code && PrefixLength == other.PrefixLength && AddressOrPrefix.Equals(other.AddressOrPrefix));
 }