ZipItemCollection.ICollection<ArchiveItem>.Contains Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ICollection<ArchiveItem>.Contains(ArchiveItem)
Gets a value indicating whether the collection contains the specified item. Inherited from ArchiveItemCollection.
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 |