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