Method NE
NE(string, BsonValue)
Tests that an element does not equal the value (see $ne).
public static IMongoQuery NE(string name, BsonValue value)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that an element does not equal the value (see $ne).
public static IMongoQuery NE(string name, BsonValue value)
An IMongoQuery.