HierarchySearchFilterOperator

enumeration

Description

Represents options for search filter operators. A colon (:) is the "contains" operator. A "-" is a "not" operator.

Properties

Equal Checks if a filter value is equal to the right-hand operand.
Contains Checks if a filter value occurs within the right-hand operand. For instance, with a string value Contains uses string.Contains.
Greater Checks if a numerical filter value is greater than the right-hand operand.
GreaterOrEqual Checks if a numerical filter value is greater than or equal to the right-hand operand.
Lesser Checks if a numerical filter value is less than the right-hand operand.
LesserOrEqual Checks if a numerical filter value is less than or equal to the right-hand operand.
NotEqual Checks if a filter value is different than the right-hand operand.
Not Checks for items that do not match the filter value.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961