次の方法で共有


KeyWrapAlgorithm.Equality(KeyWrapAlgorithm, KeyWrapAlgorithm) 演算子

定義

2 つの KeyWrapAlgorithm 値が同じかどうかを判断します。

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

パラメーター

left
KeyWrapAlgorithm

比較対象となる、最初の KeyWrapAlgorithm

right
KeyWrapAlgorithm

比較対象となる 2 番目の KeyWrapAlgorithm

戻り値

right が同じ場合leftは True、それ以外の場合は false。

適用対象