MindFusion.Diagramming for JavaScript Programmer's Guide
Dictionary.contains Method
See Also
 





Determines whether the dictionary contains a specific key.

Namespace: MindFusion.Collections
File: Dictionary.js

 Syntax

JavaScript  Copy Code

function contains (key)

 Parameters

key

The key to locate in the dictionary.

 Return Value

true if the dictionary contains an element with the specified key; otherwise, false.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Collections Namespace