CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) 演算子

定義

2 つの 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 パラメーターで指定したオブジェクトと比較する 2 番目のオブジェクト。

戻り値

Boolean

2 つのオブジェクトが同じキー BLOB 形式を指定していない場合は true。それ以外の場合は false

適用対象