This determines whether the Variant has an assigned value or not. It is simply short-hand for calling the isA member with a type of void.
true if the Variant does not contain a value, false otherwise.
See Implementation
This determines whether the Variant has an assigned value or not. It is simply short-hand for calling the isA member with a type of void.