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





Determines whether the set contains a specific value.

Namespace: MindFusion.Collections
File: Set.js

 Syntax

JavaScript  Copy Code

function contains (key)

 Parameters

key

The element to locate in the set.

 Return Value

true if the set contains the specified element; otherwise, false.

 See Also

Set Members
Set Class
MindFusion.Collections Namespace