Click or drag to resize

Vector4Equality Operator

Tests whether all components of both Vector4 are equivalent.

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

Parameters

left
Type: SampSharp.GameModeVector4
Instance of Vector4 to compare.
right
Type: SampSharp.GameModeVector4
Instance of Vector4 to compare.

Return Value

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