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

In This Topic
    IsEqual Method (Geometry)
    In This Topic
    Compares two Geometry for equality. Compares GeometryType, SpatialReference, and coordinates for equality.
    Syntax
    public bool IsEqual( 
       Geometry other
    )
    Public Function IsEqual( _
       ByVal other As Geometry _
    ) As Boolean

    Parameters

    other
    A geometry to test for equality.

    Return Value

    True if the two geometries are equal, false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also