-
Notifications
You must be signed in to change notification settings - Fork 36
Contains Function
Jef Kazimer edited this page Mar 17, 2016
·
4 revisions
bool Contains(values:List<object>, value:object)
Returns a Boolean value indicating whether the value exists in the list of values. Comparisons for strings are performed without case sensitivity.
If any input parameter is null, the function returns false. The first input parameter can be a list of objects or a single object.
If the first input parameter is a single object, then the function tests for equality (and for strings without case-sensitivity).
If you are intending to determine if a string value contains a substring value, you should use the RegexMatch function instead.
1.0.0.0 and later
Contains([//Queries/AdminSet/ComputedMember],[//Target/ObjectID])
- 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