myVector.equals( otherVector ) in Anark Studio 2.5
Compare two vectors for equivalence.
Arguments
name | type | description |
---|---|---|
otherVector | Vector | The vector to compare to. |
- Return Type
- Boolean
Description
Calculates and returns whether or not the current vector is equal to otherVector.