xor

Description

'xor' operator is a boolean operator that returns true if exactly one of its inputs is true and returns false if both inputs are false or both inputs are true.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value1

The first boolean value to check.

Boolean

-

-

Yes

value2

The second boolean value to check.

Boolean

-

-

Yes

Output

DescriptionOutput Type

Returns true if either operator is true, returns false otherwise.

Boolean

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated