private bool EqualsData(IpV6MobilityOptionNetworkPrefix other)
 {
     return(other != null &&
            PrefixLength == other.PrefixLength && NetworkPrefix.Equals(other.NetworkPrefix));
 }
 private bool EqualsData(IpV6MobilityOptionNetworkPrefix other)
 {
     return other != null &&
            PrefixLength == other.PrefixLength && NetworkPrefix.Equals(other.NetworkPrefix);
 }