RssItemCollection.Contains Method
Determines whether the RssItemCollection contains a specific element.
[Visual Basic]
Public Function Contains( _
ByVal
rssItem As
RssItem _
) As
Boolean
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