QuaternionEquals Method (Quaternion, Quaternion)

RAGE Plugin Hook Documentation

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

Determines whether the specified object instances are considered equal.

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

public static bool Equals(
	ref Quaternion value1,
	ref Quaternion value2
)

Parameters

value1
Type: RageQuaternion
value2
Type: RageQuaternion

Return Value

Type: Boolean
true if value1 is the same instance as value2 or if both are null references or if value1.Equals(value2) returns true; otherwise, false.
See Also

Reference