GridLength.Equality(GridLength, GridLength) Operator

Definition

Vergleicht zwei GridLength Strukturen für die Gleichheit.

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

Parameter

gl1
GridLength

Die erste Zu vergleichende GridLength Instanz.

gl2
GridLength

Die zweite Instanz des Vergleichs GridLength .

Gibt zurück

true wenn die beiden Instanzen desselben Werts GridLength und GridUnitType; andernfalls false.

Gilt für:

Weitere Informationen