Contains()

Namespace ›› System ›› MfHashTable ›› Methods ››
Parent Previous Next

Contains()

OutputVar := instance.Contains(key)

Contains(key)

Determines whether the MfHashTable contains a specific element.

Parameters

key

The Key to locate in the MfHashTable
Can be var or any object that is derived from MfObject.

Returns

Returns true if the MfHashTable contains the specified key otherwise, false.

Throws

Throws MfArgumentException if key is null.
Throws MfNotSupportedException if key is an object and does not derive from MfObject

Remarks

Functionally identical to ContainsKey()