MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) 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 MLKemAlgorithm objets spécifient le même nom d’algorithme.
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
Paramètres
- left
- MLKemAlgorithm
Objet qui spécifie un nom d’algorithme.
- right
- MLKemAlgorithm
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.