equalItemsAndConfig abstract method

bool equalItemsAndConfig(
  1. C other
)

Will return true only if the collections items are equal, and the collection configurations are equal. If the collection is ordered, it will also check if the items are in the same order. This may be slow for very large collections, since it compares each item, one by one.

Implementation

bool equalItemsAndConfig(C other);