Click or drag to resize

Vector3Inequality Operator

Compares two instances for inequality.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator !=(
	Vector3 left,
	Vector3 right
)

Parameters

left  Vector3
The first instance.
right  Vector3
The second instance.

Return Value

Boolean
True, if left does not equa lright; false otherwise.
See Also