Operator operator !=
operator !=(MongoClientSettings, MongoClientSettings)
Determines whether two MongoClientSettings instances are not equal.
public static bool operator !=(MongoClientSettings lhs, MongoClientSettings rhs)
Parameters
lhs
MongoClientSettingsThe LHS.
rhs
MongoClientSettingsThe RHS.
Returns
- bool
true
if the left hand side is not equal to the right hand side; otherwise,false
.