Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Boolean) |
Checks whether the specified condition equals true.
An exception is thrown otherwise.
|
![]() ![]() | Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, Boolean>)>)>)>)) |
Checks whether the specified expression evaluates true on the given value.
An exception is thrown otherwise.
|
![]() ![]() | Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Boolean, String) |
Checks whether the specified condition equals true.
An exception is thrown otherwise.
|
![]() ![]() | Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, Boolean>)>)>)>), String) |
Checks whether the specified expression evaluates true on the given value.
An exception is thrown otherwise.
|

