Compartilhar via


KeyWrapAlgorithm.Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm) Operador

Definição

Determina se dois KeyWrapAlgorithm valores são diferentes.

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

Parâmetros

left
KeyWrapAlgorithm

O primeiro KeyWrapAlgorithm a ser comparado.

right
KeyWrapAlgorithm

O segundo KeyWrapAlgorithm a ser comparado.

Retornos

True se left e right forem diferentes; caso contrário, false.

Aplica-se a