Scheduler for WinForms
CompareTo メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : CompareTo メソッド
The Appointment to compare.
Performs a comparison with another Appointment object based on the start time and subject.
シンタックス
'宣言
 
Public Function CompareTo( _
   ByVal obj As System.Object _
) As System.Integer
public System.int CompareTo( 
   System.object obj
)

パラメータ

obj
The Appointment to compare.

戻り値の型

The System.Int32 value determining the comparison result.
例外
例外解説
obj is not the same type as this instance.
参照

Appointment クラス
Appointment メンバ