GridLength.Equality(GridLength, GridLength) Opérateur
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.
Compare l'égalité de deux structures GridLength.
public:
static bool operator ==(System::Windows::GridLength gl1, System::Windows::GridLength gl2);
public static bool operator == (System.Windows.GridLength gl1, System.Windows.GridLength gl2);
static member ( = ) : System.Windows.GridLength * System.Windows.GridLength -> bool
Public Shared Operator == (gl1 As GridLength, gl2 As GridLength) As Boolean
Paramètres
- gl1
- GridLength
Première instance de GridLength à comparer.
- gl2
- GridLength
Deuxième instance de GridLength à comparer.
Retours
true
si les deux instances de GridLength ont la même valeur et GridUnitType ; sinon, false
.