Nevron.UI.WinForm.Controls Namespace / NLightUIItemComparer Class / Compare Method


In This Topic
    Compare Method (NLightUIItemComparer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function Compare( _
       ByVal o1 As System.Object, _
       ByVal o2 As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NLightUIItemComparer
    Dim o1 As System.Object
    Dim o2 As System.Object
    Dim value As System.Integer
     
    value = instance.Compare(o1, o2)
    public virtual System.int Compare( 
       System.object o1,
       System.object o2
    )

    Parameters

    o1
    o2
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also