EntityEquals Method (Entity)

RAGE Plugin Hook Documentation

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

Indicates whether the current instance is equal to another instance of the same type.

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

public virtual bool Equals(
	Entity obj
)

Parameters

obj
Type: RageEntity
An Entity to compare with this Entity.

Return Value

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

Reference