IsNull Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsNull<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>))
Checks whether the given value is null. An exception is thrown otherwise.
IsNull<(Of <(T>)>)(ConditionValidator<(Of <(T>)>))
Checks whether the given value is null. An exception is thrown otherwise.
IsNull<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), String)
Checks whether the given value is null. An exception is thrown otherwise.
IsNull<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), String)
Checks whether the given value is null. An exception is thrown otherwise.

See Also