Operator Inequality
Inequality(Quaternion, Quaternion)
Tests for inequality between two objects.
Declaration
public static bool operator !=(Quaternion left, Quaternion right)
Parameters
| Type | Name | Description |
|---|---|---|
| Quaternion | left | The first value to compare. |
| Quaternion | right | The second value to compare. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|