Home > @josh-brown/vector > FloatVector > equals
Tests if two vectors are equal
Signature:
equals(other: Vector<number>): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<number> |
The vector against which to compare |
Returns:
boolean
trueifthisis equal toother