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