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 not equal (or one is null and the other is not).