ObjectItemCompareValue メソッド
|
オブジェクト型の 2 つの値を比較します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 protected override int CompareValue(
Object first,
Object second
)
Protected Overrides Function CompareValue (
first As Object,
second As Object
) As Integer
パラメーター
- first
- 型: SystemObject
比較する Object。
- second
- 型: SystemObject
比較する Object。
戻り値
型:
Int32
比較する 2 つの項目の辞書的関係を示す 32 ビットの符号付き整数。
戻り値が 0 未満の場合は、
first が
second より小さいことを示します。
戻り値が 0 の場合は、
first と
second が等しいことを示します。
戻り値が 0 より大きいの場合は、
first が
second より大きいことを示します。
例外 関連項目