Table of Contents

Operator operator !=

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

operator !=(MongoServerSettings, MongoServerSettings)

Determines whether two MongoServerSettings instances are not equal.

public static bool operator !=(MongoServerSettings lhs, MongoServerSettings rhs)

Parameters

lhs MongoServerSettings

The LHS.

rhs MongoServerSettings

The RHS.

Returns

bool

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