CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operatore

Definizione

Determina se due oggetti CngKeyBlobFormat non specificano lo stesso formato BLOB della chiave.

public:
 static bool operator !=(System::Security::Cryptography::CngKeyBlobFormat ^ left, System::Security::Cryptography::CngKeyBlobFormat ^ right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right);
static member op_Inequality : System.Security.Cryptography.CngKeyBlobFormat * System.Security.Cryptography.CngKeyBlobFormat -> bool
Public Shared Operator != (left As CngKeyBlobFormat, right As CngKeyBlobFormat) As Boolean

Parametri

left
CngKeyBlobFormat

Oggetto che specifica il formato BLOB di una chiave.

right
CngKeyBlobFormat

Secondo oggetto, da confrontare con l'oggetto identificato dal parametro left.

Restituisce

Boolean

true se i due oggetti non specificano lo stesso formato BLOB della chiave; in caso contrario, false.

Si applica a