RSS.NET

RssItemCollection.Contains Method 

Determines whether the RssItemCollection contains a specific element.

[Visual Basic]
Public Function Contains( _
   ByVal rssItem As RssItem _
) As Boolean
[C#]
public bool Contains(
   RssItem rssItem
);

Parameters

rssItem
The RssItem to locate in the RssItemCollection.

Return Value

true if the RssItemCollection contains the specified value; otherwise, false.

See Also

RssItemCollection Class | Rss Namespace