Returns a boolean based on whether either of the two inputs are true.
Note: This does not short-circuit. All inputs will be evaluated if they are derived from function calls.
Parameters
boolean0: boolean
The first boolean value.
boolean1: boolean
The second boolean value.
Returns boolean
boolean True if either boolean value is true, false otherwise.
Or(boolean0:boolean,boolean1:boolean):boolean
Returns a boolean based on whether either of the two inputs are true.
Returns a boolean based on whether either of the two inputs are true. Note: This does not short-circuit. All inputs will be evaluated if they are derived from function calls.