Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 763 Bytes

File metadata and controls

56 lines (27 loc) · 763 Bytes

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

SparseVector.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