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

ListBoxLengthEquals メソッド (ListBoxLength)

指定した ListBoxLength が現在の ListBoxLength と等しいかどうかを判断します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public bool Equals(
	ListBoxLength other
)

パラメーター

other
型: GrapeCity.Windows.InputManListBoxLength
現在のインスタンスと比較する ListBoxLength

戻り値

型: Boolean
指定したオブジェクトが、現在の ListBoxLength と同じ値またはサイズ設定モードを持つ ListBoxLength である場合は 。それ以外の場合は

実装

IEquatableTEquals(T)
関連項目