Version: 2020.3
言語: 日本語
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.