Click or drag to resize
DigitalRuneRayEquality Operator
Tests if two Rays are equal.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool operator ==(
	Ray ray1,
	Ray ray2
)

Parameters

ray1
Type: DigitalRune.Geometry.ShapesRay
The first Ray.
ray2
Type: DigitalRune.Geometry.ShapesRay
The second Ray.

Return Value

Type: Boolean
if the Rays are equal; otherwise .
See Also