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