Table of Contents

Operator operator !=

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

operator !=(SslSettings, SslSettings)

Determines whether two SslSettings instances are not 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 not equal to the right hand side; otherwise, false.