ESRI.ArcGIS.ADF.Web.DataSources
Compare(TileCacheInfo) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > TileCacheInfo Class > Compare Method : Compare(TileCacheInfo) Method




other
TileCacheInfo object to compare against.
Compares this TileCacheInfo instance to another TileCacheInfo instance.

Syntax

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

Parameters

other
TileCacheInfo object to compare against.

Return Value

True if equal in all properties and levels of detail, false if not equal.

See Also

© 2010 All Rights Reserved.