Table of Contents

Operator operator !=

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

operator !=(MongoClientSettings, MongoClientSettings)

Determines whether two MongoClientSettings instances are not equal.

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

Parameters

lhs MongoClientSettings

The LHS.

rhs MongoClientSettings

The RHS.

Returns

bool

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