Table of Contents

Class MongoIdentity

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public abstract class MongoIdentity : IEquatable<MongoIdentity>
Inheritance
MongoIdentity
Implements
Derived
Inherited Members

Properties

Source

public string Source { get; }

Property Value

string

Username

public string Username { get; }

Property Value

string

Methods

Equals(MongoIdentity)

public bool Equals(MongoIdentity rhs)

Parameters

rhs MongoIdentity

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(MongoIdentity, MongoIdentity)

public static bool operator ==(MongoIdentity lhs, MongoIdentity rhs)

Parameters

lhs MongoIdentity
rhs MongoIdentity

Returns

bool

operator !=(MongoIdentity, MongoIdentity)

public static bool operator !=(MongoIdentity lhs, MongoIdentity rhs)

Parameters

lhs MongoIdentity
rhs MongoIdentity

Returns

bool