Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListViewSorter Class / Compare Method / Compare(String,String) Method


In This Topic
    Compare(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function Compare( _
       ByVal s1 As System.String, _
       ByVal s2 As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NListViewSorter
    Dim s1 As System.String
    Dim s2 As System.String
    Dim value As System.Integer
     
    value = instance.Compare(s1, s2)
    protected virtual System.int Compare( 
       System.string s1,
       System.string s2
    )

    Parameters

    s1
    s2
    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