MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operator

定義

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

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

パラメーター

left
MLKemAlgorithm

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

right
MLKemAlgorithm

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

返品

true オブジェクトが等しいと見なされない場合。それ以外の場合は false

適用対象