M_Rhino_Geometry_Point3f_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Point3f.Equals Method (Point3f)

Determines whether the specified Point3f 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(
	Point3f point
)

VB

Public Function Equals ( 
	point As Point3f
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point3f
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

Point3f Structure
Equals Overload
Rhino.Geometry Namespace

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