ESRI.ArcGIS.Mobile
EquivalentTo Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > CoordinateCollection Class : EquivalentTo Method

other
Checks if two coordinate collections are equal.

Syntax

Visual Basic (Declaration) 
Public Function EquivalentTo( _
   ByVal other As CoordinateCollection _
) As Boolean
C# 
public bool EquivalentTo( 
   CoordinateCollection other
)

Parameters

other

Return Value

Returns true if they are equal, otherwise it returns false.

Remarks

Two CoordinateCollection objects are equal when they have the same number of elements and the elements are the same independant of the direction.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also