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





Checks if the given element is present in the collection.

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

 Syntax

JavaScript  Copy Code

function contains (item)

 Parameters

item

The object to check for.

 Return Value

True if the element is found, otherwise false.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Charting.Collections Namespace