次の方法で共有


KeyWrapAlgorithm.Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm) 演算子

定義

2 つの KeyWrapAlgorithm 値が異なるかどうかを判断します。

public static bool operator != (Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm left, Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm right);
static member op_Inequality : 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。

適用対象