RSS.NET

RssChannelCollection.Contains Method 

Determines whether the RssChannelCollection contains a specific element.

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

Parameters

rssChannel
The RssChannel to locate in the RssChannelCollection.

Return Value

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

See Also

RssChannelCollection Class | Rss Namespace