Method BitsAllSet
BitsAllSet(string, long)
Tests that the value of the named element has all of the specified bits set.
public static IMongoQuery BitsAllSet(string name, long bitmask)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that the value of the named element has all of the specified bits set.
public static IMongoQuery BitsAllSet(string name, long bitmask)
An IMongoQuery.