Returns true if all of the provided conditions are true. Otherwise false.
Syntax
|
Returns true if all of the provided conditions are true. Otherwise false. |
|
AllAreTrue(condition1, condition2, ...) |
|
Arguments: |
|
|
condition |
Boolean - Conditions to evaluate. |
Remarks
- Example: AllAreTrue(a=1, b=2, c=3, false) returns false.
Comments
0 comments
Article is closed for comments.