ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Equals Method / Equals(Coordinate3D) Method
An object to compare.

Equals(Coordinate3D) Method
Determines if the given object is identical to this object.
Syntax
public bool Equals( 
   Coordinate3D other
)

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

ArcGIS Pro version: 2.9 or higher.
See Also