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