Internal
'$and' operator expression. Logical 'and' that combines other expressions.
{ $and: [{a: {$eq: 1}}, {b: {$eq:3}}]} Copy
{ $and: [{a: {$eq: 1}}, {b: {$eq:3}}]}
Readonly
Expression containing other expressions to be combined with 'and'.
Generated using TypeDoc
'$and' operator expression. Logical 'and' that combines other expressions.