BagConstBase
Description
- Derived from
-
EnumerableBase<T> abstract
IBagConst<T> - Extended by
-
BagBase abstract
EmptySet sealed
MapConstBase abstract
VectorConstBase abstract
Abstract base class for IBagConst implementations.
Protected / Constructors
BagConstBase
3 overloads
Creates a new instance of BagConstBase.
Creates a new instance of BagConstBase.
Creates a new instance of BagConstBase.
Protected / Methods
CompareElements
Compares the given collection elements.
The default implementation invokes the CompareDelegate that has been specified for this collection.
EqualsElements
Checks if the given collection elements are equal.
The default implementation invokes the EqualsDelegate that has been specified for this collection. If a CompareDelegate has been given instead, it will be invoked and its return value tested against 0
.