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