DataGridLength.Equality(DataGridLength, DataGridLength) Operator

定義

2 つの DataGridLength 構造体の等価性を比較します。

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

パラメーター

gl1
DataGridLength

比較する最初の DataGridLength インスタンス。

gl2
DataGridLength

比較する 2 番目の DataGridLength インスタンス。

返品

2 つの インスタンスの値またはサイズ設定モードが同じである場合は 2a0/& 。それ以外の場合は。

適用対象