![]() ![]() |
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.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function Compare( _ ByVal other As TileCacheInfo, _ ByVal compareLevels As Boolean _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
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. 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.
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