Determines whether an element with the specified key exists in the Dictionary.
Namespace: MindFusion.Common
Assembly: Common.js
JavaScript
![]() |
---|
function contains (key) |
Type: Number, String, Object
The key of the element.
Type: Boolean
Returns true if an element with the specified key is found, false otherwise.