Click or drag to resize

Vector3Inequality Operator

Returns a boolean indicating whether the two given vectors are not equal.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static bool operator !=(
	Vector3 left,
	Vector3 right
)

Parameters

left
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The first vector to compare.
right
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The second vector to compare.

Return Value

Type: Boolean
True if the vectors are not equal; False if they are equal.
See Also