Operator operator ==

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

operator ==(MongoIdentityEvidence, MongoIdentityEvidence)

Compares two MongoIdentityEvidences.

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

Parameters

lhs MongoIdentityEvidence

The first MongoIdentityEvidence.

rhs MongoIdentityEvidence

The other MongoIdentityEvidence.

Returns

bool

True if the two MongoIdentityEvidences are equal (or both null).