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