AbacComparisonExpressionComparisonOperator
Last updated
Was this helpful?
The different comparison operators.
enum AbacComparisonExpressionComparisonOperator {
ContainsTag
HasTag
InheritsTag
PropertyContains
PropertyEndsWith
PropertyEquals
PropertyIn
PropertyStartsWith
}To check if the object, or any of its descendants, has a certain tag.
To check if the object has the tag directly.
To check if the object, or any of its ancestors, has a certain tag.
To check if the value contains a certain string.
To check if the value ends with a certain string.
To compare the operands with the equals (=) operator.
To check if the given value is in a list of values.
To check if the value start with a certain string.
AbacComparisonExpressionComparison object ● AbacComparisonExpressionComparisonInput input
Last updated
Was this helpful?
Was this helpful?