Determines whether the tag set contains all of the required tags.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public bool ContainsAll(
TagSet required
)
Public Function ContainsAll (
required As TagSet
) As Boolean
member ContainsAll :
required : TagSet -> bool
Parameters
- required
- Type: MongoDB.DriverTagSet
The required tags.
Return Value
Type:
BooleanTrue if the tag set contains all of the required tags.
See Also