AllOf Function
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.