Operator operator ==
operator ==(XRRaycast, XRRaycast)
Tests for equality between two XRRaycasts. Same as lhs
.Equals(rhs
)
Declaration
public static bool operator ==(XRRaycast lhs, XRRaycast rhs)
Parameters
Type | Name | Description |
---|---|---|
XRRaycast | lhs | The left-hand side of the comparison. |
XRRaycast | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool |
|