Scheduler for WinForms
Compare メソッド (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : Compare メソッド
The first C1.Schedule.Appointment to compare.
The second C1.Schedule.Appointment to compare.
Performs a comparison of two C1.Schedule.Appointment objects based on their start time and subject.
シンタックス
'宣言
 
Public Function Compare( _
   ByVal x As Appointment, _
   ByVal y As Appointment _
) As System.Integer
public System.int Compare( 
   Appointment x,
   Appointment y
)

パラメータ

x
The first C1.Schedule.Appointment to compare.
y
The second C1.Schedule.Appointment to compare.

戻り値の型

The System.Int32 value determining the comparison result.
参照

C1Schedule クラス
C1Schedule メンバ