Operator operator ==
operator ==(MongoGridFSSettings, MongoGridFSSettings)
Compares two MongoGridFSSettings.
public static bool operator ==(MongoGridFSSettings lhs, MongoGridFSSettings rhs)
Parameters
lhsMongoGridFSSettingsThe first MongoGridFSSettings.
rhsMongoGridFSSettingsThe other MongoGridFSSettings.
Returns
- bool
True if the two MongoGridFSSettings are equal (or both null).