Click or drag to resize

Vector2Inequality Operator

Tests whether any component of both Vector2 are not equivalent.

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

Parameters

left
Type: SampSharp.Entities.SAMPVector2
Instance of Vector2 to compare.
right
Type: SampSharp.Entities.SAMPVector2
Instance of Vector2 to compare.

Return Value

Type: Boolean
true if any component of both Vector2 are not equivalent; otherwise, false.
See Also