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
- item
Type: System.Web.UI.SilverlightControls.MediaChapter
The MediaChapter object to locate in the MediaChapterCollection instance.
Return Value
Type: System.Boolean
true if item is found in the MediaChapterCollection object; otherwise, false.
Implements
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.