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

    IsEqual(PolylineBuilderEx) Method
    Compares this instance of PolylineBuilderEx to the other for equality.
    Syntax
    public bool IsEqual( 
       PolylineBuilderEx other
    )

    Parameters

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