CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa, czy dwa CngKeyBlobFormat obiekty określają ten sam format obiektu BLOB klucza.
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 zidentyfikowanym left
przez parametr .
Zwraca
true
jeśli dwa obiekty określają ten sam format obiektu BLOB klucza; w przeciwnym razie , false
.