Table of Contents

Class TagSet

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a replica set member tag set.

public sealed class TagSet : IEquatable<TagSet>
Inheritance
TagSet
Implements
Inherited Members

Constructors

TagSet()

Initializes a new instance of the TagSet class.

TagSet(IEnumerable<Tag>)

Initializes a new instance of the TagSet class.

Properties

IsEmpty

Gets a value indicating whether the tag set is empty.

Tags

Gets the tags.

Methods

ContainsAll(TagSet)

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

Equals(TagSet)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.