Scheduler for UWP/WinRT
Compare メソッド (AppointmentComparer)

比較する最初の 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

戻り値の型

0未満の値:x は y より早く発生します。0:x と y は同時に発生します。0より大きい値:x は y より遅く発生します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

AppointmentComparer クラス
AppointmentComparer メンバ

Send Feedback