Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 759 Bytes

File metadata and controls

56 lines (27 loc) · 759 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