ESRI.ArcGIS.ADF.IMS
IsEqual Method
See Also  Send Feedback
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.

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.