SecureKeyWrapAlgorithm.Equality Operator

Definition

Determines if two SecureKeyWrapAlgorithm values are the same.

public static bool operator ==(Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm left, Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm right);
static member ( = ) : 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 the same; otherwise, false.

Applies to