allEqual

1function 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)

Parameters

ParameterTypeDescription

params

any[]

values to check

Returns

boolean

a boolean indicating if all values are the same

Throws

if no values are passed in