False if two triangles are considered equal.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static bool operator !=( Triangle left, Triangle right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ left As Triangle, _ right As Triangle _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( Triangle^ left, Triangle^ right ) |
Parameters
- left
- Type: ceometric.VectorGeometry..::.Triangle
A first Triangle.
- right
- Type: ceometric.VectorGeometry..::.Triangle
A second Triangle.
Return Value
Returns False if two triangles are considered equal, true otherwise.
Remarks
Two triangles are considered equal if they contain the same points. This is, two equal triangles
may have interchanged vertices.
The result of this test depends on the settings of the AbsoluteEpsilon variable.