IsNothing
Type
operator
Summary
Determines whether Target is nothing or not.
Syntax
<Target> is nothing
Description
Use the IsNothing operator to test if operators or handlers have returned anything.
Parameters
| Name | Type | Description |
|---|---|---|
Target | Any expression |
Value
| Name | Type | Description |
|---|---|---|
return | Returns true if the given expression Target is nothing, and false otherwise. |