Vector3Equals Method (Object)

RAGE Plugin Hook Documentation

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

Returns a value that indicates whether the current instance is equal to a specified object.

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

public override sealed bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to make the comparison with.

Return Value

Type: Boolean
true if the current instance is equal to the specified object; false otherwise.
See Also

Reference