Scheduler for WinForms
Compare メソッド (AppointmentComparer)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > AppointmentComparer クラス : Compare メソッド
比較する最初の Appointment
比較する2番目の Appointment
2つの Appointmentの比較を実行し、一方の Appointmentの開始時刻がもう一方よりも早いか、同時刻か、あるいは遅いかを返します。
シンタックス
'宣言
 
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 よりも遅い。
参照

AppointmentComparer クラス
AppointmentComparer メンバ