Partage via


Int128.Equals Méthode

Définition

Surcharges

Equals(Int128)

Indique si l'objet actuel est égal à un autre objet du même type.

Equals(Object)

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

Equals(Int128)

Indique si l'objet actuel est égal à un autre objet du même type.

public:
 virtual bool Equals(Int128 other);
public bool Equals (Int128 other);
override this.Equals : Int128 -> bool
Public Function Equals (other As Int128) As Boolean

Paramètres

other
Int128

Retours

Boolean

true si l'objet actuel est égal au paramètre other ; sinon, false.

Implémente

S’applique à

Equals(Object)

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

Retours

Boolean

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

S’applique à