CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Opérateur

Définition

Détermine si deux objets CngKeyBlobFormat spécifient le même format BLOB de clé.

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

Paramètres

left
CngKeyBlobFormat

Objet qui spécifie un format BLOB de clé.

right
CngKeyBlobFormat

Deuxième objet, à comparer avec l'objet identifié par le paramètre left.

Retours

true si les deux objets spécifient le même format BLOB de clé ; sinon, false.

S’applique à