 | CAEXTypeDictionaryContainsKey Method |
Determines whether this dictionary's key collection contains the specified CAEX Tag name as a key.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool ContainsKey(
string caexTagName
)
Public Function ContainsKey (
caexTagName As String
) As Boolean
public:
bool ContainsKey(
String^ caexTagName
)
Parameters
- caexTagName String
- The CAEX Tag name, which is used to construct the dictionary key.
Return Value
Booleantrue if the dictionary contains an element with the specified key; otherwise, false.
See Also