Method IsGreaterThanOrEqualTo
IsGreaterThanOrEqualTo<T>(T, T, string)
Ensures that the value of a parameter is greater than or equal to a comparand.
public static T IsGreaterThanOrEqualTo<T>(T value, T comparand, string paramName) where T : IComparable<T>Parameters
- valueT
- The value of the parameter. 
- comparandT
- The comparand. 
- paramNamestring
- The name of the parameter. 
Returns
- T
- The value of the parameter. 
Type Parameters
- T
- Type type of the value.