Start » Filter Reference » Basic » Common » TestObjectNil
Module: | FoundationLite |
---|
Produces 'True' if the input object is NOT present or 'False' otherwise.
Name | Type | Description | |
---|---|---|---|
inObject | <T>? | Conditional object being inspected | |
outIsNil | Bool | 'True' if the object doesn't exist, 'False' otherwise |
Remarks
- This filter can be replaced with the following formula:
- It is usually better to use ".IsNil" property output that can be created on any conditional filter output.
Complexity Level
This filter is available on Expert Complexity Level.
Filter Group
This filter is member of TestObject filter group.