equalItemsToIMapOfSets method

bool equalItemsToIMapOfSets(
  1. IMapOfSets other
)

Will return true only if the two maps have the same number of entries, and if the entries of the two maps are pairwise equal on both key and value.

Implementation

bool equalItemsToIMapOfSets(IMapOfSets other) => _mapOfSets.equalItemsToIMap(other._mapOfSets);