ListDataSet.Contains Method
Determines whether a given item is in the ListDataSet.
Syntax
public bool Contains(
object
item
);
Parameters
item
System.Object. The object to search for.
Return Value
System.Boolean. true if the item is in the list; otherwise, false.
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also