StructIsempty()

Returns whether or not the structure is empty of all keys

Usage

BOOLEAN = StructIsempty( struct )
Argument Summary
struct struct1

Calling

Supports named-parameter calling allowing you to use the function like:

StructIsempty(
   struct=?
);

Supports passing parameters as a structure using ArgumentCollection:

StructIsempty( ArgumentCollection={
   struct : ?
} );