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