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