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