Data / Logic data/compare

Compare

Compares two values and returns a boolean result.

Note: CONTAINS checks if string A contains string B, or if list A contains element B.

Inputs

NameTypeOptionalDescription
a any Left operand.
b any Right operand.

Outputs

NameTypeDescription
result boolean Result of the comparison.

Properties

KeyTypeDefaultDescription
op select "EQUALS" Operator