M_Rhino_Geometry_Point2f_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Point2f.Equals Method (Point2f)

Determines whether the specified Point2f has the same values as the present point.

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

Syntax

C#

public bool Equals(
	Point2f point
)

VB

Public Function Equals ( 
	point As Point2f
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point2f
The specified point.

Return Value

Type: Boolean
true if point has the same coordinates as this; otherwise false.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2f Structure
Equals Overload
Rhino.Geometry Namespace

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