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