Method IsMatch
IsMatch(T)
Returns true if there is no Text or the text matches the
AspectGetter of the model.
public bool IsMatch(T model)
Parameters
modelTThe object to test for a match.
Returns
- bool
True if the model matches the filter or no filter text is set.