你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyWrapAlgorithm.Equality(KeyWrapAlgorithm, KeyWrapAlgorithm) Operator

Definition

Determines if two KeyWrapAlgorithm values are the same.

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

Parameters

left
KeyWrapAlgorithm

The first KeyWrapAlgorithm to compare.

right
KeyWrapAlgorithm

The second KeyWrapAlgorithm to compare.

Returns

True if left and right are the same; otherwise, false.

Applies to