IScanFilter.IsMatch Method

SharpZip Compression Library

SharpZip Compression Library

IScanFilter.IsMatch Method 

Test a name to see if is '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