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

ListBoxLengthEquality 演算子

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 インスタンスの値またはサイズ設定モードが同じである場合は 。それ以外の場合は
関連項目