Click or drag to resize

Vector3Inequality Operator

Tests whether any component of both Vector3 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 !=(
	Vector3 left,
	Vector3 right
)

Parameters

left
Type: SampSharp.GameModeVector3
Instance of Vector3 to compare.
right
Type: SampSharp.GameModeVector3
Instance of Vector3 to compare.

Return Value

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