Sdílet prostřednictvím


CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operátor

Definice

Určuje, jestli dva CngKeyBlobFormat objekty určují stejný formát klíče 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

Objekt, který určuje klíčový formát objektu BLOB.

right
CngKeyBlobFormat

Druhý objekt, který se má porovnat s objektem identifikovaným parametrem left .

Návraty

truePokud dva objekty určují stejný klíč blob formát; v opačném případě . false

Platí pro