ESRI.ArcGIS.ADF.Web
Compare(SpatialReference) Method
See Also 
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.

See Also

© 2010 All Rights Reserved.