MediaChapterCollection.ICollection<MediaChapter>.Contains Method

For a description of this member, see ICollection<T>.Contains.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Private Function Contains ( _
    item As MediaChapter _
) As Boolean Implements ICollection(Of MediaChapter).Contains
'Usage
Dim instance As MediaChapterCollection
Dim item As MediaChapter
Dim returnValue As Boolean

returnValue = CType(instance, ICollection(Of MediaChapter)).Contains(item)
bool ICollection<MediaChapter>.Contains(
    MediaChapter item
)

Parameters

Return Value

Type: System.Boolean
true if item is found in the MediaChapterCollection object; otherwise, false.

Implements

ICollection<T>.Contains(T)

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaChapterCollection Class

MediaChapterCollection Members

System.Web.UI.SilverlightControls Namespace