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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public int Compare(
	Appointment x,
	Appointment y
)
Visual Basic
Public Function Compare ( _
	x As Appointment, _
	y As Appointment _
) As Integer

Parameters

x
Type: C1.C1Schedule..::..Appointment
The first Appointment to compare.
y
Type: C1.C1Schedule..::..Appointment
The second Appointment to compare.

Return Value

The Int32 value determining the comparison result.

See Also