MLDsaAlgorithm.Equality(MLDsaAlgorithm, MLDsaAlgorithm) Opérateur

Définition

Détermine si deux MLDsaAlgorithm objets spécifient le même nom d’algorithme.

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

Paramètres

left
MLDsaAlgorithm

Objet qui spécifie un nom d’algorithme.

right
MLDsaAlgorithm

Deuxième objet, à comparer à l’objet identifié par le left paramètre.

Retours

true si les objets sont considérés comme égaux ; sinon, false.

S’applique à