Skip to main content

IsEmpty

Type

operator

Summary

Determines whether Target is empty or not.

Syntax

<Target> is empty

Description

Determines whether Target is empty or not.

Parameters

NameTypeDescription

Target

Any expression

Value

NameTypeDescription

return

Returns true if the given expression Target evaluates to the empty value of that type, and false otherwise.

Thank you for your feedback!

Was this page helpful?