Returns a boolean value indicating whether the Value is contained within the table
Namespace: GHashTable
Delphi |
public |
Parameters
Value
Type: System.Void
Type: Boolean
The value is not a key, it is the item so this method is very expensive (linear) as it may have to iterate through the entire table to find the value. If you know the key for the value, use one of the descendant hash tables' ContainsKey methods |
Reference |