MLKemAlgorithm.Equality(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 ( = ) : 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

適用対象