Class MongoIdentity
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents an identity in MongoDB.
public abstract class MongoIdentity : IEquatable<MongoIdentity>
Inheritance
MongoIdentity
Implements
Derived
Inherited Members
Properties
Gets the source.
Gets the username.
Methods
Determines whether the specified instance is equal to this instance.
Determines whether the specified object is equal to this instance.
Returns a hash code for this instance.
Operators
operator ==(MongoIdentity, MongoIdentity)
Compares two MongoIdentity values.
operator !=(MongoIdentity, MongoIdentity)
Compares two MongoIdentity values.