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