Operator operator ==
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
operator ==(MongoIdentityEvidence, MongoIdentityEvidence)
Compares two MongoIdentityEvidences.
public static bool operator ==(MongoIdentityEvidence lhs, MongoIdentityEvidence rhs)Parameters
The first MongoIdentityEvidence.
The other MongoIdentityEvidence.
Returns
True if the two MongoIdentityEvidences are equal (or both null).