Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Appointment Class / CompareTo Method
The Appointment to compare.

In This Topic
    CompareTo Method
    In This Topic
    Performs a comparison with another Appointment object based on the start time and subject.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    The Appointment to compare.

    Return Value

    The System.Int32 value determining the comparison result.
    Exceptions
    ExceptionDescription
    obj is not the same type as this instance.
    See Also