Operator operator ==
operator ==(MongoServerSettings, MongoServerSettings)
Determines whether two MongoServerSettings instances are 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 equal to the right hand side; otherwise,false
.