DataGridLength.Inequality(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 op_Inequality : 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 インスタンス。

返品

true 2 つの DataGridLength インスタンスが同じ値またはサイズ設定モードを持たない場合は >。それ以外の場合は false

適用対象