Performs a comparison of two Status objects based on their StatusType property value.
Namespace:
C1.Silverlight.ScheduleAssembly: 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.