MindFusion.Scheduling for ASP.NET Programmer's Guide
Dictionary.contains Method
See Also
 





Determines whether an element with the specified key exists in the Dictionary.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function contains (key)

 Parameters

key

Type: Number, String, Object
The key of the element.

 Return Value

Type: Boolean
Returns true if an element with the specified key is found, false otherwise.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Common Namespace