IsEmpty
Type
operator
Summary
Determines whether Target is empty or not.
Syntax
<Target> is empty
Description
Determines whether Target is empty or not.
Parameters
Name | Type | Description |
---|---|---|
Target | Any expression |
Value
Name | Type | Description |
---|---|---|
return | Returns true if the given expression Target evaluates to the empty value of that type, and false otherwise. |