Compartilhar via


KeyType.Inequality(KeyType, KeyType) Operador

Definição

Determina se dois KeyType valores são diferentes.

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

Parâmetros

left
KeyType

O primeiro KeyType a ser comparado.

right
KeyType

O segundo KeyType a ser comparado.

Retornos

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

Aplica-se a