ASP.NET Pack Programmer's Guide
Dictionary.contains Method
See Also
 





Determines whether the dictionary contains a specific key.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function contains (key)

 Parameters

key

The key to locate in the dictionary.

 Return Value

true if the element exists in the collection, otherwise false.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Charting.Collections Namespace