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