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