M_Rhino_Geometry_Point4d_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Point4d.Equals Method (Point4d)

Determines whether the specified point has same value as the present point.

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

Syntax

C#

public bool Equals(
	Point4d point
)

VB

Public Function Equals ( 
	point As Point4d
) As Boolean

Parameters

 

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

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point4d Structure
Equals Overload
Rhino.Geometry Namespace

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