False if two coordinate systems 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 !=( CoordinateSystem left, CoordinateSystem right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ left As CoordinateSystem, _ right As CoordinateSystem _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( CoordinateSystem^ left, CoordinateSystem^ right ) |
Parameters
- left
- Type: ceometric.VectorGeometry..::.CoordinateSystem
A coordinate system.
- right
- Type: ceometric.VectorGeometry..::.CoordinateSystem
A coordinate system.
Return Value
Returns false if two coordinate systems are considered equal, true otherwise.Remarks
Two coordinate systems are considered equal if the origin and basis vectors are considered equal.
The result of this test depends on the settings of the AbsoluteEpsilon variable.