ArcGIS Pro 3.7 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 Overloads Function IsEqual( _
       ByVal other As MultipatchBuilderEx _
    ) As Boolean
    public bool IsEqual( 
       MultipatchBuilderEx other
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also