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