Tests if two 3d vectors are considered equal.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object
A 3d vector object.
Field Value
True if two vectors are considered equal.Return Value
Returns true if two 3d vectors are considered equal, false otherwise.
Remarks
Two 3d vectors are considered equal if each coordinate of one 3d vectors AlmostEquals(Double, Double)
the respective coordinate of the other 3d vectors.
The result of this test depends on the settings of the AbsoluteEpsilon variable.