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