Scheduler for WinRT
Compare Method (C1Scheduler)


The first C1.C1Schedule.Appointment to compare.
The second C1.C1Schedule.Appointment to compare.
Performs a comparison of two C1.C1Schedule.Appointment objects based on their start time and subject.
Syntax
'Declaration
 
Public Function Compare( _
   ByVal x As Appointment, _
   ByVal y As Appointment _
) As Integer
'Usage
 
Dim instance As C1Scheduler
Dim x As Appointment
Dim y As Appointment
Dim value As Integer
 
value = instance.Compare(x, y)
public int Compare( 
   Appointment x,
   Appointment y
)

Parameters

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

Return Value

The System.Int32 value determining the comparison result.
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

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.