[This is preliminary documentation and is subject to change.]
Determines whether the the first HandlingData instance represents the same handling data as the second HandlingData instance.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageHandlingData
The first HandlingData instance. - right
- Type: RageHandlingData
The first HandlingData instance.
Return Value
Type: Booleantrue if the first instance represents the same handling data as the second instance; otherwise, false.
See Also