ArcGIS Pro 2.9 API Reference Guide
Equals(Coordinate3D) Method

ArcGIS.Core.Geometry Namespace > Coordinate3D Structure > Equals Method : Equals(Coordinate3D) Method
An object to compare.
Determines if the given object is identical to this object.
Syntax
public bool Equals( 
   Coordinate3D other
)
Public Overloads Function Equals( _
   ByVal other As Coordinate3D _
) 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

Coordinate3D Structure
Coordinate3D Members
Overload List