Version: 2022.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.