M_Rhino_Geometry_Ray3d_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki

Ray3d.Equality Operator

Determines whether two Ray3d have equal values.

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

Syntax

C#

public static bool operator ==(
	Ray3d a,
	Ray3d b
)

VB

Public Shared Operator = ( 
	a As Ray3d,
	b As Ray3d
) As Boolean

Parameters

 

a
Type: Rhino.Geometry.Ray3d
The first Ray3d.
b
Type: Rhino.Geometry.Ray3d
The second Ray3d.

Return Value

Type: Boolean
true if position and direction of the two rays are equal; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ray3d Structure
Rhino.Geometry Namespace

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