CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) 運算子

定義

判斷兩個 CngKeyBlobFormat 物件是否指定相同的金鑰 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

參數

left
CngKeyBlobFormat

指定金鑰 BLOB 格式的物件。

right
CngKeyBlobFormat

另一個物件,要與 left 參數所識別的物件比較。

傳回

如果兩個物件指定相同的金鑰 BLOB 格式,則為 true,否則為 false

適用於