Table of Contents

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 LoggingSettings

The LHS.

rhs LoggingSettings

The RHS.

Returns

bool

true if the left hand side is equal to the right hand side; otherwise, false.