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) |
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
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