CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operator

定義

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

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

返品

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

適用対象