Method EQ
EQ(string, BsonValue)
Tests that the value of the named element is equal to some value.
public static IMongoQuery EQ(string name, BsonValue value)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that the value of the named element is equal to some value.
public static IMongoQuery EQ(string name, BsonValue value)
An IMongoQuery.