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

In This Topic
    IsEqual(Multipatch) Method
    In This Topic
    Compares two Multipatch for equality.
    Syntax
    public bool IsEqual( 
       Multipatch multipatch
    )
    Public Overloads Function IsEqual( _
       ByVal multipatch As Multipatch _
    ) As Boolean

    Parameters

    multipatch
    A Multipatch to test for equality.

    Return Value

    True if the two geometries are equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also