Share via


CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) 演算子

定義

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

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

パラメーター

left
CngAlgorithmGroup

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

right
CngAlgorithmGroup

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

戻り値

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

適用対象