Click or drag to resize
weroSoft AG, Software
CollectionCompare Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the way how two collections are compared.

Namespace:  WeroSoft.CommonTypes
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CollectionCompare
Members
  Member nameValueDescription
Equality0 Compares two collections for equality.
Equivalent1 Compares two collections for equivalence.
See Also