Vector2Equality Operator

RAGE Plugin Hook Documentation

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

Tests for equality between two objects.

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

public static bool operator ==(
	Vector2 left,
	Vector2 right
)

Parameters

left
Type: RageVector2
The first value to compare.
right
Type: RageVector2
The second value to compare.

Return Value

Type: Boolean
true if left has the same value as right; otherwise, false.
See Also

Reference