'宣言 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。
戻り値の型
0未満の値:x は y より早く発生します。0:x と y は同時に発生します。0より大きい値:x は y より遅く発生します。