Operator operator !=
operator !=(MongoUser, MongoUser)
Determines whether two specified MongoUser objects have different values.
public static bool operator !=(MongoUser lhs, MongoUser rhs)
Parameters
lhs
MongoUserThe first value to compare, or null.
rhs
MongoUserThe second value to compare, or null.
Returns
- bool
True if the value of lhs is different from the value of rhs; otherwise, false.