'Declaration
Public Overloads Function Compare( _ ByVal x As Appointment, _ ByVal y As Appointment _ ) As Integer
public int Compare( Appointment x, Appointment y )
Parameters
- x
- The first C1.Schedule.Appointment to compare.
- y
- The second C1.Schedule.Appointment to compare.
Return Value
The System.Int32 value determining the comparison result.