IsEmpty Gets if the current MfType is Empty or null
OutputVar := instance.IsEmpty
Value
Var boolean
Gets if the type is Empty or null as a boolean var for the current type.
Readonly Property
Returns true if MfType is null or empty; Otherwise false.
T := new MfType(obj)
MsgBox % T.IsEmpty()