ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (Polygon)

ArcGIS.Core.Geometry Namespace > Polygon Class : IsEqual Method
Overload List
OverloadDescription
Compares two Polygon 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 10, Windows 8.1, Windows 7

See Also

Reference

Polygon Class
Polygon Members