Table of Contents

Method ContainsAll

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

ContainsAll(TagSet)

Determines whether the tag set contains all of the required tags.

public bool ContainsAll(TagSet required)

Parameters

required TagSet

The required tags.

Returns

bool

True if the tag set contains all of the required tags.