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