Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentBase Class / CompareTo Method / CompareTo(Object) Method


In This Topic
    CompareTo(Object) Method
    In This Topic
    Compares this appointment to the given one by start and end time.
    Syntax
    'Declaration
     
    
    Public Overloads Function CompareTo( _
       ByVal obj As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NAppointmentBase
    Dim obj As System.Object
    Dim value As System.Integer
     
    value = instance.CompareTo(obj)
    public System.int CompareTo( 
       System.object obj
    )

    Parameters

    obj
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also