'Declaration Public Function Compare( _ ByVal x As Appointment, _ ByVal y As Appointment _ ) As System.Integer
public System.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.