Alchemy Logo

allEqual

function allEqual(...params): boolean;

Defined in: aa-sdk/core/src/utils/index.ts:138

Utility method for checking if the passed in values are all equal (strictly)

ParameterTypeDescription

...params

any[]

values to check

boolean

a boolean indicating if all values are the same

if no values are passed in

Was this page helpful?