Point4d.Equals Method (Point4d)

Point4dEquals Method (Point4d)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	Point4d point
)
Public Function Equals ( 
	point As Point4d
) As Boolean

Parameters

point
Type: Rhino.GeometryPoint4d
The specified point.

Return Value

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

Implements

IEquatableTEquals(T)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also