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