EntityEquals Method (IHandleable)

RAGE Plugin Hook Documentation

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

Indicates whether the current IHandleable is equal to another IHandleable.

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

public virtual bool Equals(
	IHandleable obj
)

Parameters

obj
Type: RageIHandleable
An IHandleable to compare with this IHandleable.

Return Value

Type: Boolean
true if the current IHandleable is equal to the other IHandleable; otherwise, false.
See Also

Reference