Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » Common » TestObjectNotNil

TestObjectNotNil


Module: FoundationLite

Produces 'True' if the input object is present or 'False' otherwise.

Name Type Description
Input value inObject <T>? Conditional object being inspected
Output value outIsNotNil Bool 'True' if the object exists, 'False' otherwise

Remarks

  • It is usually better to use ".IsNil.Not" 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.

See Also

  • TestObjectNil – Produces 'True' if the input object is NOT present or 'False' otherwise.