allEqual Utility method for checking if the passed in values are all equal (strictly) Import import { allEqual } from "@aa-sdk/core"; Parameters params ...any[] values to check Returns boolean a boolean indicating if all values are the same