HandlingDataEquality Operator

RAGE Plugin Hook Documentation

[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

public static bool operator ==(
	HandlingData left,
	HandlingData right
)

Parameters

left
Type: RageHandlingData
The first HandlingData instance.
right
Type: RageHandlingData
The first HandlingData instance.

Return Value

Type: Boolean
true if the first instance represents the same handling data as the second instance; otherwise, false.
See Also

Reference