This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Collections (collections of objects) > General methods for Collections > excludesAll(Collection sub)

excludesAll(Collection sub)

Returns true if none of the objects of the collection sub is included in the collection.

excludesAll(Collection sub)
Argument Collection sub Collection with objects which should not be included in the collection.
Return value Boolean