> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrifelse/ovrbooleanlogicaloperator.md).

# OvrBooleanLogicalOperator

#### Enumeration

<table><thead><tr><th width="251.2134821162615"></th><th>Description</th></tr></thead><tbody><tr><td>And</td><td>Returns True if all conditions are True, False otherwise. </td></tr><tr><td>Or</td><td>Returns True if almost one condition is True, False otherwise.</td></tr></tbody></table>
