Version: 2023.1
言語: 日本語
public static bool Check (Search.SearchExpression e, Search.SearchExpressionContext c);

パラメーター

e SearchExpression to test.
c Execute context of the expression.

戻り値

bool Returns true if the SearchExpression yields more than one item or if the sole item is true.

説明

Execute a SearchExpression and checks if the internal value of the first yielded SearchItem is truish. Not 0, not null, not "" and not false.