IsNotNone¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The value which type to check against. | Any | ||
| Output ➡️ | trueis the type of input different fromNone; otherwise,false. | Bool | 
Gets whether the type of the input is different from None.