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