Determines whether the dictionary contains a specific key.
Namespace: MindFusion.Collections
File: Dictionary.js
JavaScript
![]() |
---|
function contains (key) |
The key to locate in the dictionary.
true if the dictionary contains an element with the specified key; otherwise, false.