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