IsFalse Method

CuttingEdge.Conditions

Overload List

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

See Also