If Equal

Evaluates whether Expression1 equals Expression2.

Properties

Expression1

Type: String Input
First test expression.

Expression2

Type: String Input
Second test expression.

MatchNotEqual

Type: Boolean Static
Indicates whether to perform an inverse match.

IsEqual

Type: Boolean Output
True if Expression1 is equal to Expression2, otherwise False.

Remarks

Use If Equal to determine equivalence against two input variables. Where a more complex evaluation is required, use If.

See Also

If
Expression