Returns a boolean value based on whether both of the provided inputs return 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 both boolean values are true, false otherwise.
And(boolean0:boolean,boolean1:boolean):boolean
Returns a boolean value based on whether both of the provided inputs return true.
Returns a boolean value based on whether both of the provided inputs return true. Note: This does not short-circuit. All inputs will be evaluated if they are derived from function calls.