AllOf Function
- Updated2025-07-21
- 1 minute(s) read
AllOf Function
Syntax
Boolean AllOf(Boolean parameter1, Boolean parameter2, Boolean paramete3, etc.)
Return Value
The logical AND for any number of boolean parameters. This function uses short-circuit evaluation, i.e. if the function encounters a False parameter, the function immediately returns False without evaluating the remaining parameters.