ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / IsEqual Method / IsEqual(EnvelopeBuilderEx) Method
The other EnvelopeBuilderEx to test for equality.

In This Topic
    IsEqual(EnvelopeBuilderEx) Method
    In This Topic
    Compares this instance of EnvelopeBuilderEx to the other for equality.
    Syntax
    public bool IsEqual( 
       EnvelopeBuilderEx other
    )
    Public Overloads 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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also