CngKeyBlobFormat.Inequality(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 op_Inequality : 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

適用於