Click or drag to resize

PlaneFInequality Operator

Determines whether two given planes 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 !=(
	PlaneF p0,
	PlaneF p1
)

Parameters

p0  PlaneF
The first plane to compare.
p1  PlaneF
The second plane to compare.

Return Value

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