ESRI.ArcGIS.ADF.Web.DataSources
Compare(TileCacheInfo) Method
See Also  Send Feedback
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.

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.