Table of Contents

Method BitsAllSet

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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

name string

The name.

bitmask long

The bitmask.

Returns

IMongoQuery

An IMongoQuery.