CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operatore

Definizione

Determina se due CngKeyBlobFormat oggetti 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 ( = ) : 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 un formato BLOB di chiave.

right
CngKeyBlobFormat

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

Valori restituiti

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

Si applica a