Bagikan melalui


CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definisi

Menentukan apakah dua CngKeyBlobFormat objek menentukan format BLOB kunci yang sama.

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

Parameter

left
CngKeyBlobFormat

Objek yang menentukan format BLOB kunci.

right
CngKeyBlobFormat

Objek kedua, dibandingkan dengan objek yang diidentifikasi oleh left parameter .

Mengembalikan

true jika kedua objek menentukan format BLOB kunci yang sama; jika tidak, false.

Berlaku untuk