MLDsaAlgorithm.Inequality(MLDsaAlgorithm, MLDsaAlgorithm) Opérateur

Définition

Détermine si deux MLDsaAlgorithm objets ne spécifient pas 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 op_Inequality : 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 ne sont pas considérés comme égaux ; sinon, false.

S’applique à