Version: 2023.2
言語: 日本語
public static bool IsTrue (Search.SearchItem item);

パラメーター

item SearchItem to test.

戻り値

bool Returns true if the value of the SearchItem is truish.

説明

Check if the internal value of a SearchItem is truish. It means the value is not 0, not null, not "" and not false.