Scheduler for WPF
Compare メソッド (AppointmentComparer)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentComparer クラス : Compare メソッド
The first Appointment to compare.
The second Appointment to compare.
Performs a comparison of two Appointment objects and returns a value indicating whether the one Appointment starts earlier, at the same time, or later than the other.
シンタックス
'宣言
 
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
The first Appointment to compare.
y
The second Appointment to compare.

戻り値の型

Less than zero - x occurs earlier than y. Zero - x and y occur at the same time. Greater than zero - x occurs later than y.
参照

AppointmentComparer クラス
AppointmentComparer メンバ