private bool EqualsData(IpV6MobilityOptionMobileNodeIdentifier other)
 {
     return(other != null &&
            Subtype == other.Subtype && Identifier.Equals(other.Identifier));
 }
 private bool EqualsData(IpV6MobilityOptionMobileNodeIdentifier other)
 {
     return other != null &&
            Subtype == other.Subtype && Identifier.Equals(other.Identifier);
 }