CollectionItemsEqualConstraint
CollectionItemsEqualConstraint is the abstract base class for all
collection constraints that apply some notion of item equality
as a part of their operation.
Flag the constraint to ignore case and return self.
Get a flag indicating whether the user requested us to ignore case.
Get a flag indicating whether any external comparers are in use.
protected CollectionItemsEqualConstraint()
Construct an empty CollectionConstraint
Construct a CollectionConstraint
Compares two collection members for equality
Return a new CollectionTally for use in making tests
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied Comparison object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied boolean-returning delegate.