Method Equals
Equals(MongoGridFSSettings)
Compares this MongoGridFSSettings to another one.
public bool Equals(MongoGridFSSettings rhs)
Parameters
rhs
MongoGridFSSettingsThe other MongoGridFSSettings.
Returns
- bool
True if the two settings are equal.
Equals(object)
Compares this MongoGridFSSettings to another object.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
True if the other objects is a MongoGridFSSettings and is equal to this one.