ZipItemCollection.Contains Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Contains(ZipItem)
Determines whether the collection contains a specific item.
Declaration
public bool Contains(ZipItem item)
Parameters
Type | Name | Description |
---|---|---|
ZipItem | item | The object to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if item is found in the collection; otherwise, false. |