private bool EqualsData(IpV6OptionEndpointIdentification other)
 {
     return other != null &&
            SourceEndpointIdentifier.Equals(other.SourceEndpointIdentifier) && DestinationEndpointIdentifier.Equals(other.DestinationEndpointIdentifier);
 }
 private bool EqualsData(IpV6OptionEndpointIdentification other)
 {
     return(other != null &&
            SourceEndpointIdentifier.Equals(other.SourceEndpointIdentifier) && DestinationEndpointIdentifier.Equals(other.DestinationEndpointIdentifier));
 }