ESRI.ArcGIS.ADF.Web.DataSources
Compare Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LodInfo Class : Compare Method




other
Other level of detail to compare with the current one.
Compares two levels of detail for equal values in all properties.

Syntax

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

Parameters

other
Other level of detail to compare with the current one.

Return Value

True if both LODs have the same values for all properties, false otherwise.

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.