Click or drag to resize
Vector3Inequality Operator

[This is preliminary documentation and is subject to change.]

Tests vectors for inequality.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator !=(
	Vector3 value1,
	Vector3 value2
)

Parameters

value1
Type: VRageMathVector3
Vector to compare.
value2
Type: VRageMathVector3
Vector to compare.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRageMath.Vector3.op_Inequality(VRageMath.Vector3,VRageMath.Vector3)"]

See Also