MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Opérateur

Définition

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

S’applique à