'宣言 Public Overrides Function Compare( _ ByVal x As Appointment, _ ByVal y As Appointment _ ) As System.Integer
public override System.int Compare( Appointment x, Appointment y )
パラメータ
- x
- 比較する最初の Appointment。
- y
- 比較する2番目の Appointment。
戻り値の型
負値- x は y よりも早い。0 - x と y は同時刻。正値 - x は y よりも遅い。