Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 739 Bytes

File metadata and controls

56 lines (27 loc) · 739 Bytes

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

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