Summary
    Applies the constraint to an actual value, returning a ConstraintResult.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - IConstraint
 
Syntax
ConstraintResult ApplyTo<TActual>(TActual actual)
	Type Parameters
| Name | Description | 
|---|---|
| TActual | 
Parameters
| Name | Type | Description | 
|---|---|---|
| actual | TActual | The value to be tested | 
Return Value
| Type | Description | 
|---|---|
| ConstraintResult | A ConstraintResult | 
