CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operatör

Tanım

İki CngKeyBlobFormat nesnenin aynı anahtar BLOB biçimini belirtip belirtmediğini belirler.

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

Parametreler

left
CngKeyBlobFormat

Anahtar BLOB biçimini belirten bir nesne.

right
CngKeyBlobFormat

parametresi tarafından left tanımlanan nesneyle karşılaştırılacak ikinci bir nesne.

Döndürülenler

Boolean

true İki nesne aynı anahtar BLOB biçimini belirtiyorsa; aksi takdirde , false.

Şunlara uygulanır