Contains()

Namespace ›› System ›› MfDictionaryBase ›› Methods ››
Parent Previous Next

Contains()

OutputVar := instance.Contains(key)

Contains(key)

Determines whether the MfDictionaryBase contains a specific element.

Parameters

key

The Key to locate in the MfDictionaryBase

Returns

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

Throws

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