private bool EqualsData(IpV6MobilityOptionIpV4HomeAddress other)
 {
     return other != null &&
            PrefixLength == other.PrefixLength && RequestPrefix == other.RequestPrefix && HomeAddress.Equals(other.HomeAddress);
 }
 private bool EqualsData(IpV6MobilityOptionIpV4HomeAddress other)
 {
     return(other != null &&
            PrefixLength == other.PrefixLength && RequestPrefix == other.RequestPrefix && HomeAddress.Equals(other.HomeAddress));
 }