[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.Compare

Compare Method

Compare(Appointment, Appointment)

Performs a comparison of two C1.Schedule.Appointment objects based on their start time and subject.

Declaration
public int Compare(Appointment x, Appointment y)
Parameters
Type Name Description
Appointment x

The first C1.Schedule.Appointment to compare.

Appointment y

The second C1.Schedule.Appointment to compare.

Returns
Type Description
int

The int value determining the comparison result.

Compare(Status, Status)

Performs a comparison of two C1.Schedule.Status objects based on their C1.Schedule.Status.StatusType property value.

Declaration
public int Compare(Status x, Status y)
Parameters
Type Name Description
Status x

The first C1.Schedule.Status to compare.

Status y

The second C1.Schedule.Status to compare.

Returns
Type Description
int

The int value determining the comparison result.