Operator operator ==
operator ==(MongoIdentityEvidence, MongoIdentityEvidence)
Compares two MongoIdentityEvidences.
public static bool operator ==(MongoIdentityEvidence lhs, MongoIdentityEvidence rhs)
Parameters
lhs
MongoIdentityEvidenceThe first MongoIdentityEvidence.
rhs
MongoIdentityEvidenceThe other MongoIdentityEvidence.
Returns
- bool
True if the two MongoIdentityEvidences are equal (or both null).