arc:notequals keyword to verify that an attribute does not match the specified value. It has a similar behavior to the arc:equals keyword.
Parameters
- item: The item in which to compare the attribute. If not specified, the default item is used.
- attr: The name of the attribute to compare.
- value: The reference value to compare the attribute with.
- action: The action to perform if the expression evaluates to true. Allowed values:
breakorcontinue.
Control Attributes
NoneExample
List all files except.err files:
See Also
- arc:equals: Check for equality.
- arc:else: Create a block which is executed if the condition is not satisfied.