Version: 2023.1
언어: 한국어
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.