TriangleFEquality Operator |
Determines whether two given triangles are equal.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool operator ==(
TriangleF v1,
TriangleF v2
)
Parameters
- v1 TriangleF
- The first triangle to compare.
- v2 TriangleF
- The second triangle to compare.
Return Value
BooleanTrue if the triangles are equal; False otherwise.
See Also