RSS.NET

RssModuleCollection.Contains Method 

Determines whether the RssModuleCollection contains a specific element.

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

Parameters

rssModule
The RssModule to locate in the RssModuleCollection.

Return Value

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

See Also

RssModuleCollection Class | Rss Namespace