$ eq MongoDB
{ <field>: { $eq: <value> } }
Annoying Anteater
{ <field>: { $eq: <value> } }
db.inventory.find( { qty: { $eq: 20 } } )