Check if value in dictionary.
ContainsValue returns true if the given value is in the dictionary and false otherwise. This is an O(n) operation, where n is the number of entries in the dictionary.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Value
Type: TValue
Type: Boolean