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