ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / NaturalSortComparer<T> Class / Compare Method

In This Topic
    Compare Method
    In This Topic
    Syntax
    Public Function Compare( _
       ByVal x As String, _
       ByVal y As String _
    ) As Integer
    public int Compare( 
       string x,
       string y
    )

    Parameters

    x
    y
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also