Summary
    Returns a constraint that tests whether the
    actual value is greater than or equal to the suppled argument
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - ConstraintExpression
 
Syntax
public GreaterThanOrEqualConstraint<T> GreaterThanOrEqualTo<T>(T expected)
	Type Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| expected | T | 
Return Value
| Type | Description | 
|---|---|
| Greater | 
					
