GridLength.Inequality(GridLength, GridLength) Operator

定義

2 つの GridLength 構造体を比較して、等しくないかどうかを判断します。

public:
 static bool operator !=(System::Windows::GridLength gl1, System::Windows::GridLength gl2);
public static bool operator !=(System.Windows.GridLength gl1, System.Windows.GridLength gl2);
static member op_Inequality : System.Windows.GridLength * System.Windows.GridLength -> bool
Public Shared Operator != (gl1 As GridLength, gl2 As GridLength) As Boolean

パラメーター

gl1
GridLength

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

gl2
GridLength

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

返品

true GridLengthの 2 つのインスタンスの値とGridUnitTypeが同じでない場合はfalse

適用対象

こちらもご覧ください