allEqual
Defined in: aa-sdk/core/src/utils/index.ts:138
Utility method for checking if the passed in values are all equal (strictly)
Parameters
Returns
boolean
a boolean indicating if all values are the same
Throws
if no values are passed in
Defined in: aa-sdk/core/src/utils/index.ts:138
Utility method for checking if the passed in values are all equal (strictly)
boolean
a boolean indicating if all values are the same
if no values are passed in