[This is preliminary documentation and is subject to change.]
Tests for inequality between two objects.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageVector3
The first value to compare. - right
- Type: RageVector3
The second value to compare.
Return Value
Type: Booleantrue if left has a different value than right; otherwise, false.
See Also