[]
Performs a comparison of two C1.Schedule.Appointment objects based on their start time and subject.
public int Compare(Appointment x, Appointment y)
| Type | Name | Description |
|---|---|---|
| Appointment | x | The first C1.Schedule.Appointment to compare. |
| Appointment | y | The second C1.Schedule.Appointment to compare. |
| Type | Description |
|---|---|
| int | The int value determining the comparison result. |