次の方法で共有


DataGridLength.Equality(DataGridLength, DataGridLength) 演算子

定義

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

比較するもう一方の DataGridLength インスタンス。

戻り値

Boolean

2 つの DataGridLength インスタンスが同じ値または同じサイズ変更モードである場合は true。それ以外の場合は false

適用対象