M_Rhino_Geometry_Ray3d_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Ray3d.Equals Method (Ray3d)

Determines whether the specified Ray3d has the same value as the present ray.

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

Syntax

C#

public bool Equals(
	Ray3d ray
)

VB

Public Function Equals ( 
	ray As Ray3d
) As Boolean

Parameters

 

ray
Type: Rhino.Geometry.Ray3d
The specified ray.

Return Value

Type: Boolean
true if ray has the same position and direction as this; otherwise false.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ray3d Structure
Equals Overload
Rhino.Geometry Namespace

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