CompositeMLDsaAlgorithm.Inequality Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの CompositeMLDsaAlgorithm オブジェクトが同じアルゴリズム名を指定しないかどうかを判断します。
public:
static bool operator !=(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ left, System::Security::Cryptography::CompositeMLDsaAlgorithm ^ right);
public static bool operator !=(System.Security.Cryptography.CompositeMLDsaAlgorithm? left, System.Security.Cryptography.CompositeMLDsaAlgorithm? right);
static member op_Inequality : System.Security.Cryptography.CompositeMLDsaAlgorithm * System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Operator != (left As CompositeMLDsaAlgorithm, right As CompositeMLDsaAlgorithm) As Boolean
パラメーター
アルゴリズム名を指定するオブジェクト。
- right
- CompositeMLDsaAlgorithm
2 番目のオブジェクト。 left パラメーターによって識別されるオブジェクトと比較されます。
返品
true オブジェクトが等しいと見なされない場合。それ以外の場合は false。