Version: 2020.2
언어: 한국어
public bool Filter (SearchService.ISearchContext context, string query, T objectToFilter);

파라미터

context The search context.
query The query string used for the search.
objectToFilter The element to test against the search query.

반환

bool True if the element satisfies the search query, false otherwise.

설명

This function checks whether or not the specified element satisfies the search query.