FutureProg functions
collectiondictionarycontainsvalue
collectiondictionarycontainsvalue overload 1
Boolean collectiondictionarycontainsvalue(Void CollectionDictionary dictionary, CollectionItem value)
Available in
- computer function
- computer program
- standard futureprog
Returns true if any value in the collection dictionary matches the supplied value. Text comparison ignores case.
| Parameter | Type | Description |
|---|---|---|
dictionary |
Void CollectionDictionary |
The collection dictionary to inspect |
value |
CollectionItem |
The value to search for across all keys |