MLDsaAlgorithm.Inequality(MLDsaAlgorithm, MLDsaAlgorithm) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.