Click or drag to resize

BoxInequality Operator

Determines whether two given boxes are unequal.

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

Parameters

v1
Type: NeoAxisBox
The first box to compare.
v2
Type: NeoAxisBox
The second box to compare.

Return Value

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