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
true
ifthis
is equal toother