DataGridLength.Inequality(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 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

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

戻り値

2 つの DataGridLength インスタンスが同じ値でもサイズ変更モードでもない場合は true、それ以外の場合は false

適用対象