TS SDK@iota/wallet-standardAPI ReferenceUtilarraysEqualOn this pageFunction: arraysEqual() arraysEqual<T>(a, b): boolean Efficiently compare Indexed arrays (e.g. Array and Uint8Array). Type Parameters T T Parameters a Indexed<T> An array. b Indexed<T> Another array. Returns boolean true if the arrays have the same length and elements, false otherwise.Give Feedback