Method MatchesFilter
MatchesFilter(IFilterUI, string)
Check if the given string matches the filter
Declaration
public static bool MatchesFilter(this IFilterUI filterUI, string type)
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterUI | filterUI | The filterUI providing the filtering |
| string | type | The type string to check |
Returns
| Type | Description |
|---|---|
| bool | Whether the string matches the filter |