UInt128.Equals Méthode
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.
Surcharges
Equals(UInt128) |
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(UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Indique si l'objet actuel est égal à un autre objet du même type.
public:
virtual bool Equals(UInt128 other);
public bool Equals (UInt128 other);
override this.Equals : UInt128 -> bool
Public Function Equals (other As UInt128) As Boolean
Paramètres
- other
- UInt128
Objet à comparer à cet objet.
Retours
true
si l'objet actuel est égal au paramètre other
; sinon, false
.
Implémente
S’applique à
Equals(Object)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.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
.