private bool EqualsData(IpV6MobilityOptionNetworkPrefix other)
 {
     return(other != null &&
            PrefixLength == other.PrefixLength && NetworkPrefix.Equals(other.NetworkPrefix));
 }
コード例 #2
0
 private bool EqualsData(IpV6MobilityOptionNetworkPrefix other)
 {
     return other != null &&
            PrefixLength == other.PrefixLength && NetworkPrefix.Equals(other.NetworkPrefix);
 }