Closed stuartleeks closed 7 years ago
When the arrays contained the same items in differing quantities they were erroneously deemed to be matching.
E.g. @(1, 1, 3) and @(1, 3, 3)
Fixed by #3
When the arrays contained the same items in differing quantities they were erroneously deemed to be matching.
E.g. @(1, 1, 3) and @(1, 3, 3)