Overload | Description |
---|---|
IsEqual(Polygon) | 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. |
IsEqual(Multipart) | 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) |
IsEqual | Compares two Geometry for equality. Compares GeometryType, SpatialReference, and coordinates for equality. (Inherited from ArcGIS.Core.Geometry.Geometry) |