Skip to content

Eq Function

Nilesh Ghodekar edited this page Jun 28, 2017 · 4 revisions

Syntax

bool Eq(value:object, value:object, [boolean:CompareCase])

Description

Determines the equivalence between two objects or values and returns true if they are equal. By default the comparison is case insensitive unless the optional parameter compare case is supplied as a true value.

Remarks

If the third optional input parameter (compare case) is specified, it must be a Boolean value. If both of the first two input parameters are null, the function returns true. If only one of the first two input parameters is null, the function returns false.

Supported Version

1.0.0.0 and later

Examples

Eq([//WorkflowData/newMailNickname],[//Target/MailNickname])

Clone this wiki locally