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