Operator operator ==
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
operator ==(LoggingSettings, LoggingSettings)
Determines whether two LoggingSettings instances are equal.
public static bool operator ==(LoggingSettings lhs, LoggingSettings rhs)
Parameters
lhsLoggingSettingsThe LHS.
rhsLoggingSettingsThe RHS.
Returns
- bool
 trueif the left hand side is equal to the right hand side; otherwise,false.