ArcGIS Pro 2.9 API Reference Guide
Equals(Coordinate2D) Method

ArcGIS.Core.Geometry Namespace > Coordinate2D Structure > Equals Method : Equals(Coordinate2D) Method
An object to compare.
Determines if the given object is identical to this object.
Syntax
public bool Equals( 
   Coordinate2D other
)
Public Overloads Function Equals( _
   ByVal other As Coordinate2D _
) As Boolean

Parameters

other
An object to compare.

Return Value

Returns true if objects are equal, false otherwise.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Coordinate2D Structure
Coordinate2D Members
Overload List