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 not equal (or one is null and the other is not).