UnorderedEquality<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
isEqualTo(
Map< K, V> other) → bool -
Available on Map<
Checks if two maps are equal regardless of the order of their entries. This method uses deep collection equality to compare the maps.K, V> , provided by the UnorderedEquality extension