False if two circles 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 !=( Circle left, Circle right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ left As Circle, _ right As Circle _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( Circle^ left, Circle^ right ) |
Parameters
- left
- Type: ceometric.VectorGeometry..::.Circle
A first Circle.
- right
- Type: ceometric.VectorGeometry..::.Circle
A second Circle.
Return Value
Returns false if two circles are considered equal, true otherwise.Remarks
Two circles are considered equal if they contain the same points.
Two circles containing the same points may have a different (but parallel) normal vector.
The result of this test depends on the settings of the AbsoluteEpsilon variable.