Table of Contents

Operator operator ==

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

operator ==(MongoGridFSSettings, MongoGridFSSettings)

Compares two MongoGridFSSettings.

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

Parameters

lhs MongoGridFSSettings

The first MongoGridFSSettings.

rhs MongoGridFSSettings

The other MongoGridFSSettings.

Returns

bool

True if the two MongoGridFSSettings are equal (or both null).