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

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

    Parameters

    other
    The other MultipointBuilderEx to test for equality.

    Return Value

    True if this instance is equal to the other.
    Remarks
    Compares each coordinate in the Coordinate2Ds list, the attributes, HasZ, HasM, HasID and their associated lists as well as the spatial references.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also