'Declaration Public Overloads MustOverride Function IsItemMatching( _ ByVal item As FileSystemItem _ ) As Boolean
'Usage Dim instance As Filter Dim item As FileSystemItem Dim value As Boolean value = instance.IsItemMatching(item)
public abstract bool IsItemMatching( FileSystemItem item )
Parameters
- item
- The FileSystemItem object to verify.
Return Value
true if item matches the filter or does not apply to the filter; false otherwise.