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

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

    Parameters

    other
    The other GeometryBuilderEx 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