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.
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.