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)
| Parameter | Type | Description |
|---|---|---|
... |
| values to check |
boolean
a boolean indicating if all values are the same
if no values are passed in