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