Applies the filter to a task.
public abstract System.bool ApplyFilter(
BaseTask
)
'Declaration
Public MustOverride Function ApplyFilter( _
ByVal As BaseTask _
) As System.Boolean
Parameters
- task
- The BaseTask object to filter.
Return Value
True if the satisfies the filter; False otherwise.