RSS.NET

RssModuleItemCollectionCollection.IndexOf Method 

Searches for the specified RssModuleItemCollection and returns the zero-based index of the first occurrence within the entire RssModuleItemCollectionCollection.

[Visual Basic]
Public Function IndexOf( _
   ByVal rssModuleItemCollection As RssModuleItemCollection _
) As Integer
[C#]
public int IndexOf(
   RssModuleItemCollection rssModuleItemCollection
);

Parameters

rssModuleItemCollection
The RssModuleItemCollection to locate in the RssModuleItemCollectionCollection.

Return Value

The zero-based index of the first occurrence of RssModuleItemCollection within the entire RssModuleItemCollectionCollection, if found; otherwise, -1.

See Also

RssModuleItemCollectionCollection Class | Rss Namespace