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

    Parameters

    other
    A geometry to test for equality.

    Return Value

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also