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

In This Topic
    IsEqual(Multipart) Method
    In This Topic
    Compares two Multipart for equality. This will check the SpatialReference, attribute awareness (HasZ, HasM, HasID), and coordinates for a match.
    Syntax
    public bool IsEqual( 
       Multipart multipart
    )
    Public Overloads Function IsEqual( _
       ByVal multipart As Multipart _
    ) As Boolean

    Parameters

    multipart
    A geometry 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