CollectionContainsConstraint
CollectionContainsConstraint is used to test whether a collection
contains an expected object as a member.
Gets the expected object
Construct a CollectionContainsConstraint
public CollectionContainsConstraint Using<TCollectionType, TMemberType>(Func<TCollectionType, TMemberType, bool> comparison)
Flag the constraint to use the supplied predicate function