Summary
    Returns a constraint that tests whether the actual value
    is a collection containing the same elements as the 
    collection supplied as an argument.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - ConstraintExpression
 
Syntax
public CollectionEquivalentConstraint EquivalentTo(IEnumerable expected)
	Parameters
| Name | Type | Description | 
|---|---|---|
| expected | IEnumerable | 
Return Value
| Type | Description | 
|---|---|
| Collection | 
					
