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

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

    Parameters

    other
    The MultipatchBuilderEx to test for equality.

    Return Value

    True if the two builders are equal and false otherwise.
    Remarks
    Compares each patch in the Patches lists, the lists themselves, and the spatial references.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also