Click or drag to resize

Triangle2FEquality Operator

Determines whether two given triangles are equal.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool operator ==(
	Triangle2F v1,
	Triangle2F v2
)

Parameters

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

Return Value

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