ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBag Class / IsEqual Method

In This Topic
    IsEqual Method (GeometryBag)
    In This Topic
    Overload List
    OverloadDescription
    Compares two GeometryBag for equality. This will check that the SpatialReference, attribute awareness (HasZ, HasM, HasID), and the content of Geometries match. The order of parts must match too.  
    Compares two Geometry for equality. Compares GeometryType, SpatialReference, and coordinates for equality. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also