Operator operator !=
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.dll
operator !=(LoggingSettings, LoggingSettings)
Determines whether two LoggingSettings instances are not 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 not equal to the right hand side; otherwise,false
.