GridLength.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.
Détermine si deux structures GridLength sont égales.
Surcharges
Equals(Object) |
Détermine si l'objet spécifié est égal à l'instance GridLength actuelle. |
Equals(GridLength) |
Détermine si l'objet GridLength spécifié est égal à l'objet GridLength actuel. |
Equals(Object)
Détermine si l'objet spécifié est égal à l'instance GridLength actuelle.
public:
override bool Equals(System::Object ^ oCompare);
public override bool Equals (object oCompare);
override this.Equals : obj -> bool
Public Overrides Function Equals (oCompare As Object) As Boolean
Paramètres
- oCompare
- Object
Objet à comparer à l’instance actuelle.
Retours
true
si l'objet spécifié a la même valeur et GridUnitType que l'instance actuelle ; sinon, false
.
Voir aussi
S’applique à
Equals(GridLength)
Détermine si l'objet GridLength spécifié est égal à l'objet GridLength actuel.
public:
virtual bool Equals(System::Windows::GridLength gridLength);
public bool Equals (System.Windows.GridLength gridLength);
override this.Equals : System.Windows.GridLength -> bool
Public Function Equals (gridLength As GridLength) As Boolean
Paramètres
- gridLength
- GridLength
Structure GridLength à comparer avec l'instance actuelle.
Retours
true
si le GridLength spécifié a la même valeur et GridUnitType que l'instance actuelle ; sinon, false
.