SecureKeyWrapAlgorithm.Inequality Operator

Definition

Determines if two SecureKeyWrapAlgorithm values are different.

public static bool operator !=(Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm left, Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm right);
static member op_Inequality : Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm * Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm -> bool
Public Shared Operator != (left As SecureKeyWrapAlgorithm, right As SecureKeyWrapAlgorithm) As Boolean

Parameters

left
SecureKeyWrapAlgorithm

The first SecureKeyWrapAlgorithm to compare.

right
SecureKeyWrapAlgorithm

The second SecureKeyWrapAlgorithm to compare.

Returns

True if left and right are different; otherwise, false.

Applies to