Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Object _
    ) As System.Integer
    public System.int CompareTo( 
       System.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