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

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

    Parameters

    other
    The MultipartBuilderEx to test for equality.

    Return Value

    True if the two builders are equal and false otherwise.
    Remarks
    Compares each part in theParts list, the attributes, HasZ, HasM, and HasID as well as the spatial references.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also