RSS.NET

RssModuleItemCollection.IsBoundTo Method 

Check if a particular item is bound to this module

[Visual Basic]
Public Function IsBoundTo( _
   ByVal itemHashCode As Integer _
) As Boolean
[C#]
public bool IsBoundTo(
   int itemHashCode
);

Parameters

itemHashCode
Hash code of the item

Return Value

true if this item is bound to this module, otherwise false

See Also

RssModuleItemCollection Class | Rss Namespace