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

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

Syntax

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

Parameters

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

Return Value

The Int32 value determining the comparison result.

See Also