Table of Contents

Operator operator ==

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

operator ==(SslSettings, SslSettings)

Determines whether two SslSettings instances are equal.

public static bool operator ==(SslSettings lhs, SslSettings rhs)

Parameters

lhs SslSettings

The LHS.

rhs SslSettings

The RHS.

Returns

bool

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