Click or drag to resize

Vector2Equality Operator

Tests whether all components of both Vector2 are equivalent.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static bool operator ==(
	Vector2 left,
	Vector2 right
)

Parameters

left
Type: SampSharp.GameModeVector2
Instance of Vector2 to compare.
right
Type: SampSharp.GameModeVector2
Instance of Vector2 to compare.

Return Value

Type: Boolean
true if all components of both Vector2 are equivalent; otherwise, false.
See Also