RotatorEquals Method

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 bool Equals(
	Rotator other
)

Parameters

other
Type: RageRotator
A Rotator to compare with this Rotator.

Return Value

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

Reference