UnorderedEquality<K, V> extension

on

Methods

isEqualTo(Map<K, V> other) bool

Available on Map<K, V>, provided by the UnorderedEquality extension

Checks if two maps are equal regardless of the order of their entries. This method uses deep collection equality to compare the maps.