DataGridLength.Equality(DataGridLength, DataGridLength) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。