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