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