newtelligence.DasBlog.Web.Services.Rsd.RssServiceCollection.Contains C# (CSharp) Method

Contains() public method

Determines whether a specfic RsdService value is in this RssServiceCollection.
public Contains ( RsdService value ) : bool
value RsdService /// The RsdService value to locate in this RssServiceCollection. ///
return bool
        public virtual bool Contains(RsdService value)
        {
            return this.List.Contains(value);
        }