Click or drag to resize

PlaneInequality Operator

Determines whether two given planes are unequal.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool operator !=(
	Plane p0,
	Plane p1
)

Parameters

p0
Type: NeoAxisPlane
The first plane to compare.
p1
Type: NeoAxisPlane
The second plane to compare.

Return Value

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