StaticareStaticareChecks if two arrays are equal in terms of their items, regardless of order. Duplicates are handled, meaning that if an item appears multiple times in one array, it must appear the same number of times in the other array.
True if both arrays are equal, false otherwise.
StaticgetStaticgetStaticgetStaticgetReturns a new array with unique items from the input array.
A new array containing only unique items.
Utility class for array operations.