リサイズはクリックかドラッグ

ListBoxLengthInequality 演算子

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

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public static bool operator !=(
	ListBoxLength listBoxLength1,
	ListBoxLength listBoxLength2
)

パラメーター

listBoxLength1
型: GrapeCity.Windows.InputManListBoxLength
比較する最初の ListBoxLength インスタンス。
listBoxLength2
型: GrapeCity.Windows.InputManListBoxLength
比較する 2 番目の ListBoxLength インスタンス。

戻り値

型: Boolean
2 つの ListBoxLength インスタンスの値またはサイズ設定モードが同じでない場合は 。それ以外の場合は
関連項目