The AppointmentComparer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Compare |
Performs a comparison of two Appointment objects and returns
a value indicating whether the one Appointment starts earlier,
at the same time, or later than the other.
(Overrides Comparer<(Of <(<'T>)>)>..::..Compare(T, T).) |
Properties
| Name | Description | |
|---|---|---|
| Default |
Returns an existing instance of AppointmentComparer class if any;
or creates a new one.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IComparer..::..Compare |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from Comparer<(Of <(<'Appointment>)>)>.) |