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

In This Topic
    IsEqual(PolygonBuilderEx) Method
    In This Topic
    Compares this instance of PolygonBuilderEx to the other for equality.
    Syntax
    Public Overloads Function IsEqual( _
       ByVal other As PolygonBuilderEx _
    ) As Boolean
    public bool IsEqual( 
       PolygonBuilderEx other
    )

    Parameters

    other
    The other PolygonBuilderEx to test for equality.

    Return Value

    True if this instance is equal to the other.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also