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

KeyWrapAlgorithm.Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm) 运算符

定义

确定两个 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

要比较的第二个 KeyWrapAlgorithm

返回

如果 leftright 不同,则为 True;否则为 false。

适用于