Click or drag to resize

CAEXTypeDictionaryContainsKey Method

Determines whether this dictionary's key collection contains the specified CAEX Tag name as a key.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool ContainsKey(
	string caexTagName
)

Parameters

caexTagName  String
The CAEX Tag name, which is used to construct the dictionary key.

Return Value

Boolean
true if the dictionary contains an element with the specified key; otherwise, false.
See Also