Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemComparer Class / Compare Method
An object of type NLightUIItem.
An object of type NLightUIItem.


In This Topic
    Compare Method (NLightUIItemComparer)
    In This Topic
    Compares two NLightUIItem instances.
    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
    An object of type NLightUIItem.
    o2
    An object of type NLightUIItem.
    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