HandlingDataEquals Method (HandlingData)

RAGE Plugin Hook Documentation

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

Indicates whether this instance equals the specified HandlingData instance.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool Equals(
	HandlingData obj
)

Parameters

obj
Type: RageHandlingData
The HandlingData to compare with this instance.

Return Value

Type: Boolean
true if this instance is equal to the specified HandlingData instance.
See Also

Reference