ArcGIS Pro 2.9 API Reference Guide
IsEqual Method (EnvelopeBuilderEx)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class : IsEqual Method
The other EnvelopeBuilderEx to test for equality.
Compares this instance of EnvelopeBuilderEx to the other for equality.
Syntax
public bool IsEqual( 
   EnvelopeBuilderEx other
)
Public Function IsEqual( _
   ByVal other As EnvelopeBuilderEx _
) As Boolean

Parameters

other
The other EnvelopeBuilderEx to test for equality.

Return Value

True if this instance is equal to the other.
Exceptions
ExceptionDescription
This method is not implemented.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members