M_Rhino_Geometry_Point2d_Equals_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d.Equals Method (Object)

Determines whether the specified System.Object is a Point2d and has the same values as the present point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
The specified object.

Return Value

Type: Boolean
true if obj is a Point2d and has the same coordinates as this; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2d Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️