Operator operator !=
operator !=(XRSessionUpdateParams, XRSessionUpdateParams)
Compares for inequality.
Declaration
public static bool operator !=(XRSessionUpdateParams lhs, XRSessionUpdateParams rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| XRSessionUpdateParams | lhs | The left-hand side of the comparison. |
| XRSessionUpdateParams | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool | The negation of Equals(XRSessionUpdateParams). |