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




other
TileCacheInfo object to compare against.
compareLevels
Whether to include a comparison of the levels of detail (LodInfos) of the cache.
Compares this TileCacheInfo instance to another TileCacheInfo instance.

Syntax

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

Parameters

other
TileCacheInfo object to compare against.
compareLevels
Whether to include a comparison of the levels of detail (LodInfos) of the cache.

Return Value

True if equal for all properties, false if not equal.

Remarks

If compareLevels is false, the properties of the two TileCacheInfo objects are compared, except for their levels of detail (LodInfos). If compareLevels is true, all LodInfos must compare as equal in order to return true for this method.

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.