Skip to content

Eq Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 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.

Remarks

Error 2015

Supported Version

1.0.0.0 and later

Examples

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

Clone this wiki locally