CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個 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
。