OutputVar := instance.ContainsKey(value)
Determines whether the MfHashTable contains a specific element.
value
The value to locate in the MfHashTable
Returns true if the MfHashTable contains the specified value otherwise, false.
The values of the elements of the MfHashTable are compared to the specified value using the MfObject.Equals() method.
This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.