ArrayComparator uses ConstantsTrait
In AQL, most comparison operators also exist as an array variant.
Tags
Table of Contents
Constants
- ALL : string = 'ALL'
- The ALL operator.
- ANY : string = 'ANY'
- The ANY operator.
- NONE : string = 'NONE'
- The NONE operator.
Constants
ALL
The ALL operator.
public
string
ALL
= 'ALL'
Tags
ANY
The ANY operator.
public
string
ANY
= 'ANY'
Tags
NONE
The NONE operator.
public
string
NONE
= 'NONE'