Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 691 Bytes

vector.scalaroperations.equals.md

File metadata and controls

27 lines (16 loc) · 691 Bytes

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

ScalarOperations.equals() method

Tests if the scalars are equal. Implementors should ensure that the operation is reflexive, associative, and transitive.

Signature:

abstract equals(first: S, second: S): boolean;

Parameters

Parameter Type Description
first S
second S

Returns:

boolean

true if first is equal to second