Operator operator ==
operator ==(MongoIdentity, MongoIdentity)
Compares two MongoIdentity values.
Parameters
lhs
MongoIdentity The first MongoIdentity.
rhs
MongoIdentity The other MongoIdentity.
Returns
- bool
True if the two MongoIdentity values are equal (or both null).