Click or drag to resize

Triangle2Inequality 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 !=(
	Triangle2 v1,
	Triangle2 v2
)

Parameters

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

Return Value

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