Click or drag to resize

aceDictionary2DTD1Key, TD2Key, TValueContainsKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified key1 contains key.

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool ContainsKey(
	TD1Key key1
)
Request Example View Source

Parameters

key1
Type: TD1Key
The key1.

Return Value

Type: Boolean
true if the specified key1 contains key; otherwise, false.
See Also