IsTrue Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsTrue(ConditionValidator<(Of <(Boolean>)>))
Checks whether the given value is true. An exception is thrown otherwise.
IsTrue(ConditionValidator<(Of <(Nullable<(Of <(Boolean>)>)>)>))
Checks whether the given value is true. An exception is thrown otherwise.
IsTrue(ConditionValidator<(Of <(Boolean>)>), String)
Checks whether the given value is true. An exception is thrown otherwise.
IsTrue(ConditionValidator<(Of <(Nullable<(Of <(Boolean>)>)>)>), String)
Checks whether the given value is true. An exception is thrown otherwise.

See Also