NameFilter.IsIncluded Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

NameFilter.IsIncluded Method 

Test a value to see if it is included by the filter.

public bool IsIncluded(
   string name
);

Parameters

name
The value to test.

Return Value

True if the value is included, false otherwise.

See Also

NameFilter Class | ICSharpCode.SharpZipLib.Core Namespace