IScanFilter.IsMatch Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IScanFilter.IsMatch Method 

Test a name to see if it 'matches' the filter.

bool IsMatch(
   string name
);

Parameters

name
The name to test.

Return Value

Returns true if the name matches the filter, false if it does not match.

See Also

IScanFilter Interface | ICSharpCode.SharpZipLib.Core Namespace