FingerTemplateDict.containsKey Method¶
Module: FingerTemplateDict
Definition¶
Determines whether the FingerTemplateDictobject contains the specified key.
bool containsKey(String? key)
Parameters
key Stringin The key to locate in the FingerTemplate object.
Returns
booltrue if the FingerTemplate object contains an element with the specified key, otherwise false.
Exceptions
An error has occurred during Finger Library execution.