Summary
    Modifies the constraint to use an IComparer and returns self
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - ComparisonConstraint
<TExpected>  
Syntax
public ComparisonConstraint<TExpected> Using(IComparer comparer)
	Parameters
| Name | Type | Description | 
|---|---|---|
| comparer | IComparer | 
Return Value
| Type | Description | 
|---|---|
| ComparisonConstraint | 
					
