CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。