Sdílet prostřednictvím


DataGridLength.Equality(DataGridLength, DataGridLength) Operátor

Definice

Porovnává dvě DataGridLength struktury rovnosti.

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

Parametry

gl1
DataGridLength

První DataGridLength instance, která se má porovnat.

gl2
DataGridLength

Druhá DataGridLength instance, která se má porovnat.

Návraty

Boolean

truepokud mají tyto dvě DataGridLength instance stejnou hodnotu nebo režim velikosti; jinak . false

Platí pro