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