ESRI.ArcGIS.ADF.Web
Compare(SpatialReference) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.SpatialReference Namespace > SpatialReference Class > Compare Method : Compare(SpatialReference) Method




otherSpatialReference
SpatialReference object to compare against.
Compares this SpatialReference object to another SpatialReference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Compare( _
   ByVal otherSpatialReference As SpatialReference _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SpatialReference
Dim otherSpatialReference As SpatialReference
Dim value As Boolean
 
value = instance.Compare(otherSpatialReference)
C# 
public bool Compare( 
   SpatialReference otherSpatialReference
)

Parameters

otherSpatialReference
SpatialReference object to compare against.

Return Value

Boolean value that is true for equality, false for unequality.

Requirements

Target 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

© 2011 All Rights Reserved.