Operator operator ==
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.dll
operator ==(LoggingSettings, LoggingSettings)
Determines whether two Logging
Parameters
lhs
LoggingSettings The LHS.
rhs
LoggingSettings The RHS.
Returns
- bool
true
if the left hand side is equal to the right hand side; otherwise,false
.