MLKemAlgorithm.Equals Méthode

Définition

Surcharges

Nom Description
Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel.

Equals(MLKemAlgorithm)

Compare deux objets MLKemAlgorithm.

Equals(Object)

Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.cs

Détermine si l’objet spécifié est égal à l’objet actuel.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Paramètres

obj
Object

Objet à comparer à l’objet actuel.

Retours

true si l’objet spécifié est égal à l’objet actuel ; sinon, false.

S’applique à

Equals(MLKemAlgorithm)

Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.cs

Compare deux objets MLKemAlgorithm.

public:
 virtual bool Equals(System::Security::Cryptography::MLKemAlgorithm ^ other);
public bool Equals(System.Security.Cryptography.MLKemAlgorithm? other);
override this.Equals : System.Security.Cryptography.MLKemAlgorithm -> bool
Public Function Equals (other As MLKemAlgorithm) As Boolean

Paramètres

other
MLKemAlgorithm

Objet à comparer à l’objet actuel MLKemAlgorithm .

Retours

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

Implémente

S’applique à