MLDsaAlgorithm.Equality(MLDsaAlgorithm, MLDsaAlgorithm) Operator

定義

2 つの MLDsaAlgorithm オブジェクトが同じアルゴリズム名を指定するかどうかを決定します。

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

パラメーター

left
MLDsaAlgorithm

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

right
MLDsaAlgorithm

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

返品

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

適用対象