Matcher that checks if an array contains exactly the given items, disregarding order.
The received value. Should be an array of elements
The array to check equality with
Whether the matcher passed
Matcher that checks if an array contains exactly the given items, disregarding order.