[]
        
(Showing Draft Content)

C1.Schedule.Appointment.CompareTo

CompareTo Method

CompareTo(object)

Performs a comparison with another Appointment object based on the start time and subject.

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
object obj

The Appointment to compare.

Returns
Type Description
int

The int value determining the comparison result.

Implements
Exceptions
Type Condition
ArgumentException

obj is not the same type as this instance.