Click or drag to resize

instanceCountCollectionTContains Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the IDictionary object contains an element with the specified key.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool Contains(
	Object key
)
Request Example View Source

Parameters

key
Type: SystemObject
The key to locate in the IDictionary object.

Return Value

Type: Boolean
true if the IDictionary contains an element with the key; otherwise, false.
See Also