SecureKeyWrapAlgorithm.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The first SecureKeyWrapAlgorithm to compare.
- right
- SecureKeyWrapAlgorithm
The second SecureKeyWrapAlgorithm to compare.
Returns
True if left and right are the same; otherwise, false.