Determines whether the dictionary contains a specific key.
Namespace: MindFusion.Charting.Collections
Package: Collections.js
JavaScript Copy Code |
---|
function contains (key) |
The key to locate in the dictionary.
true if the element exists in the collection, otherwise false.