CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definicja

Określa, czy dwa CngKeyBlobFormat obiekty określają ten sam format klucza obiektu BLOB.

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

Parametry

left
CngKeyBlobFormat

Obiekt, który określa kluczowy format obiektu BLOB.

right
CngKeyBlobFormat

Drugi obiekt, który ma być porównywany z obiektem left zidentyfikowanym przez parametr .

Zwraca

true jeśli dwa obiekty określają ten sam format klucza obiektu BLOB; w przeciwnym razie , false.

Dotyczy