private bool EqualsData(IpV6MobilityOptionAlternateIpV4CareOfAddress other)
 {
     return other != null &&
            AlternateCareOfAddress.Equals(other.AlternateCareOfAddress);
 }
 private bool EqualsData(IpV6MobilityOptionAlternateIpV4CareOfAddress other)
 {
     return(other != null &&
            AlternateCareOfAddress.Equals(other.AlternateCareOfAddress));
 }