Method All
All(string, IEnumerable<BsonValue>)
Tests that the named array element contains all of the values (see $all).
public static IMongoQuery All(string name, IEnumerable<BsonValue> values)
Parameters
name
stringThe name of the element to test.
values
IEnumerable<BsonValue>The values to compare to.
Returns
- IMongoQuery
An IMongoQuery.