Learn
Drivers
Downloads
Community
Blog
OPTIONS
Version
Select Version
3.0 (current)
2.6
2.4
2.2
Formats
HTML
PDF
EPUB
Contribute
Report a Problem
Edit on Github
Reference
>
Operators
>
Aggregation Framework Operators
>
Comparison Aggregation Operators
>
$eq (aggregation)
$eq (aggregation)
¶
$eq
¶
Takes two values in an array and returns a boolean. The returned value is:
true
when the values are equivalent.
false
when the values are
not
equivalent.
←
$cmp (aggregation)
$gt (aggregation)
→
ON THIS PAGE
$eq (aggregation)
Report a Problem