FutureProg functions

collectiondictionarycontainsvalue

Dictionariescomputer function, computer program, standard futureprog

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.
ParameterTypeDescription
dictionary Void CollectionDictionary The collection dictionary to inspect
value CollectionItem The value to search for across all keys