Click or drag to resize

BoxFInequality Operator

Determines whether two given boxes are unequal.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator !=(
	BoxF v1,
	BoxF v2
)

Parameters

v1  BoxF
The first box to compare.
v2  BoxF
The second box to compare.

Return Value

Boolean
True if the boxes are unequal; False otherwise.
See Also