Dundas Chart for ASP.NET
Contains Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > SeriesCollection Class : Contains Method


value

The object to locate in the collection.


Object to check.

Determines if a specific object is in the collection.


Check if specified object exists in the collection.

Syntax

Visual Basic (Declaration)  
Public Function Contains( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As SeriesCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
C#  
public bool Contains( 
   object value
)

Parameters

value

The object to locate in the collection.


Object to check.

Return Value

  A boolean value that indicates whether the specified object is a member of the collection.


True if object exist.

Remarks

  A boolean value that indicates whether the specified object is a member of the collection.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.