ArchiveItemCollection.IList.Contains Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IList.Contains(Object)
Gets a value indicating whether the collection contains the specified item.
Declaration
bool IList.Contains(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value | An item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if |