Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / Compare Method / Compare(Status,Status) Method
The first C1.C1Schedule.Status to compare.
The second C1.C1Schedule.Status to compare.

In This Topic
    Compare(Status,Status) Method
    In This Topic
    Performs a comparison of two C1.C1Schedule.Status objects based on their C1.C1Schedule.Status.StatusType property value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Compare( _
       ByVal x As Status, _
       ByVal y As Status _
    ) As Integer
    public int Compare( 
       Status x,
       Status y
    )

    Parameters

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

    Return Value

    The System.Int32 value determining the comparison result.
    See Also