CollectionSupersetConstraint
CollectionSupersetConstraint is used to determine whether
one collection is a superset of another
Construct a CollectionSupersetConstraint
public CollectionSupersetConstraint Using<TSupersetType, TSubsetType>(Func<TSupersetType, TSubsetType, bool> comparison)
Flag the constraint to use the supplied predicate function