Click or drag to resize

TriangleInequality Operator

Determines whether two given triangles 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 !=(
	Triangle v1,
	Triangle v2
)

Parameters

v1  Triangle
The first triangle to compare.
v2  Triangle
The second triangle to compare.

Return Value

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