private bool EqualsData(IpV6MobilityOptionBindingAuthorizationDataForFmIpV6 other)
 {
     return(other != null &&
            SecurityParameterIndex == other.SecurityParameterIndex && Authenticator.Equals(other.Authenticator));
 }
 private bool EqualsData(IpV6MobilityOptionBindingAuthorizationDataForFmIpV6 other)
 {
     return other != null &&
            SecurityParameterIndex == other.SecurityParameterIndex && Authenticator.Equals(other.Authenticator);
 }