MongoGridFSSettingsEquals Method (Object) |
Compares this MongoGridFSSettings to another object.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The other object.
Return Value
Type:
BooleanTrue if the other objects is a MongoGridFSSettings and is equal to this one.
See Also