Share

Vector.IsEqualTo Method

Parent Object: Vector

Description

Compare this vector for equality to the specified vector.

Syntax

Vector.IsEqualTo( Argument As Vector, [Tolerance] As Double ) As Boolean

Parameters

Name Type Description
Argument Vector Input used for comparison.
Tolerance Double Input Double that specifies the tolerance to be used when determining whether the vectors are equal.

This is an optional argument whose default value is 0.0.

Version

Introduced in version 4

Was this information helpful?