Operator operator !=
operator !=(MongoClientSettings, MongoClientSettings)
Determines whether two Mongo
Parameters
lhs
MongoClient Settings The LHS.
rhs
MongoClient Settings The RHS.
Returns
- bool
true
if the left hand side is not equal to the right hand side; otherwise,false
.