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.
Surcharges
| Nom | Description |
|---|---|
| Equals(Object) |
Détermine si l’objet spécifié est égal à l’instance actuelle GridLength . |
| Equals(GridLength) |
Détermine si le spécifié GridLength est égal à l’actuel GridLength. |
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT) GridLength. Pour plus d’informations, consultez GridLength dans la référence de l’API UWP.
Equals(Object)
Détermine si l’objet spécifié est égal à l’instance actuelle GridLength .
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.
S’applique à
Equals(GridLength)
Détermine si le spécifié GridLength est égal à l’actuel GridLength.
public:
bool Equals(Windows::UI::Xaml::GridLength gridLength);
public bool Equals(Windows.UI.Xaml.GridLength gridLength);
override this.Equals : Windows.UI.Xaml.GridLength -> bool
Public Function Equals (gridLength As GridLength) As Boolean
Paramètres
- gridLength
- GridLength
Structure GridLength à comparer à l’instance actuelle.
Retours
true si le spécifié GridLength a la même valeur et GridUnitType que l’instance actuelle ; sinon, false.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT) GridLength. Pour plus d’informations, consultez GridLength dans la référence de l’API UWP.