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