-
Notifications
You must be signed in to change notification settings - Fork 236
Lib.numbers.bool.combine.And
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Returns True if both inputs are true. Consider using [All] if you want to test more than two booleans for true.
| Name (Relevancy & Type) | Description |
|---|---|
| A (Boolean) | - |
| B (Boolean) | - |
| Name | Type |
|---|---|
| Result | System.Boolean |
⚠ Everything else is automatically generated and will be overwritten regularly.