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