public interface IObjectCollectionChecker extends IObjectCollectionEqualsCheck
This (or a derivative) should inherit all check methods targeting Collection
Collections are iterated using enumerators (can be avoided with lists and arrays).
Due to enumerator allocations collections usually add a little memory pressure for the GC.
isObjectCollectionEquals
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.