ArcGIS API for WPF - Library Reference
CompareTo Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Lod Class : CompareTo Method

other
An object to compare with this object.
Compares the current object with another object of the same type.

Syntax

Visual Basic (Declaration) 
Public Function CompareTo( _
   ByVal other As Lod _
) As Integer
C# 
public int CompareTo( 
   Lod other
)

Parameters

other
An object to compare with this object.

Return Value

A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter. Zero This object is equal to other. Greater than zero This object is greater than other.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.