| RayEquality Operator |
Tests if two
Rays are equal.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static bool operator ==(
Ray ray1,
Ray ray2
)
Public Shared Operator = (
ray1 As Ray,
ray2 As Ray
) As Boolean
public:
static bool operator ==(
Ray ray1,
Ray ray2
)
static let inline (=)
ray1 : Ray *
ray2 : Ray : bool
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