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

In This Topic
    IsEqual Method (Polyline)
    In This Topic
    Overload List
    OverloadDescription
    Compares two Polyline for equality. This will check that the SpatialReference, attribute awareness (HasZ, HasM, HasID), and the content of Multipart.Parts match. The order of parts must match too.  
    Compares two Multipart for equality. This will check the SpatialReference, attribute awareness (HasZ, HasM, HasID), and coordinates for a match. (Inherited from ArcGIS.Core.Geometry.Multipart)
    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