ESRI.ArcGIS.ADF.Web.DataSources
Compare Method
See Also 
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.

See Also

© 2010 All Rights Reserved.