Click or drag to resize

Vector4Inequality Operator

Tests whether any component of both Vector4 are not 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 any component of both Vector4 are not equivalent; otherwise, false.
See Also