Click or drag to resize

TriangleFInequality Operator

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

Parameters

v1
Type: NeoAxisTriangleF
The first triangle to compare.
v2
Type: NeoAxisTriangleF
The second triangle to compare.

Return Value

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