-
Notifications
You must be signed in to change notification settings - Fork 36
Eq Function
Nilesh Ghodekar edited this page Jun 28, 2017
·
4 revisions
bool Eq(value:object, value:object, [boolean:CompareCase])
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.
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.
1.0.0.0 and later
Eq([//WorkflowData/newMailNickname],[//Target/MailNickname])
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum