次の方法で共有


KeyType.Equality(KeyType, KeyType) 演算子

定義

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

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

パラメーター

left
KeyType

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

right
KeyType

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

戻り値

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

適用対象