Determines whether the collection contains a specific item.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Function Contains ( _
	item As ZipItem _
) As Boolean
C#
public bool Contains(
	ZipItem item
)

Parameters

item
Type: Rebex.IO.Compression..::..ZipItem
The object to locate in the collection.

Return Value

True if item is found in the collection; otherwise, false.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also