CngAlgorithm.Inequality(CngAlgorithm, CngAlgorithm) 演算子

定義

2 つの CngAlgorithm オブジェクトが同じアルゴリズムを指定していないかどうか判定します。

public:
 static bool operator !=(System::Security::Cryptography::CngAlgorithm ^ left, System::Security::Cryptography::CngAlgorithm ^ right);
public static bool operator != (System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right);
public static bool operator != (System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right);
static member op_Inequality : System.Security.Cryptography.CngAlgorithm * System.Security.Cryptography.CngAlgorithm -> bool
Public Shared Operator != (left As CngAlgorithm, right As CngAlgorithm) As Boolean

パラメーター

left
CngAlgorithm

アルゴリズム名を指定するオブジェクト。

right
CngAlgorithm

left パラメーターで識別されるオブジェクトと比較する 2 番目のオブジェクト。

戻り値

Boolean

2 つのオブジェクトが同じアルゴリズム名を指定していない場合は true。それ以外の場合は false

適用対象