Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 630 Bytes

vector.arrayvector.equals.md

File metadata and controls

26 lines (15 loc) · 630 Bytes

Home > @josh-brown/vector > ArrayVector > equals

ArrayVector.equals() method

Tests if two vectors are equal

Signature:

equals(other: Vector<S>): boolean;

Parameters

Parameter Type Description
other Vector<S> The vector against which to compare

Returns:

boolean

  • true if this is equal to other