HandlingDataInequality Operator

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Determines whether the the first HandlingData instance represents a different handling data than 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 does not represent the same handling data as the second instance; otherwise, false.
See Also

Reference