Vector4Equals Method (Vector4, Vector4)

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 Vector4 value1,
	ref Vector4 value2
)

Parameters

value1
Type: RageVector4
The first value to compare.
value2
Type: RageVector4
The second value to compare.

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