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