ESRI.ArcGIS.ADF.IMS
IsEqual Method
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Envelope Class : IsEqual Method




env
Envelope to compare to the current Envelope.
Determines whether two envelopes have the same extent values.

Syntax

Visual Basic (Declaration) 
Public Function IsEqual( _
   ByVal env As Envelope _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Envelope
Dim env As Envelope
Dim value As Boolean
 
value = instance.IsEqual(env)
C# 
public bool IsEqual( 
   Envelope env
)

Parameters

env
Envelope to compare to the current Envelope.

Return Value

True if the two envelopes have the same minimum and maximum x and y; false otherwise.

Remarks

This method compares the minimum and maximum X and Y values of the two envelopes. The two envelopes do not have to be references to the same object.

See Also

© 2010 All Rights Reserved.