Class MongoIdentity

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents an identity in MongoDB.

public abstract class MongoIdentity : IEquatable<MongoIdentity>

Inheritance

MongoIdentity

Implements

Derived

Inherited Members

Properties

Source

Gets the source.

Username

Gets the username.

Methods

Equals(MongoIdentity)

Determines whether the specified instance is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

Operators

operator ==(MongoIdentity, MongoIdentity)

Compares two MongoIdentity values.

operator !=(MongoIdentity, MongoIdentity)

Compares two MongoIdentity values.