DataGridLength.Equality(DataGridLength, DataGridLength) Operator

Definition

Jämför två DataGridLength strukturer för likhet.

public:
 static bool operator ==(System::Windows::Controls::DataGridLength gl1, System::Windows::Controls::DataGridLength gl2);
public static bool operator ==(System.Windows.Controls.DataGridLength gl1, System.Windows.Controls.DataGridLength gl2);
static member ( = ) : System.Windows.Controls.DataGridLength * System.Windows.Controls.DataGridLength -> bool
Public Shared Operator == (gl1 As DataGridLength, gl2 As DataGridLength) As Boolean

Parametrar

gl1
DataGridLength

Den första DataGridLength instansen att jämföra.

gl2
DataGridLength

Den andra DataGridLength instansen att jämföra.

Returer

trueom de två DataGridLength instanserna har samma värde eller storleksläge, annars . false

Gäller för