UnitVector2d.IsEqualTo Method
Parent Object: UnitVector2dDescription
Compare this unit vector2d for equality to the specified unit vector2d.
Syntax
UnitVector2d.IsEqualTo( Vector As UnitVector2d, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Vector | UnitVector2d | Vector to compare to. |
Tolerance | Double | Tolerance for comparison. This is an optional argument whose default value is 0.0. |