Click or drag to resize
MongoGridFSFileInfo.Equals Method (MongoGridFSFileInfo)
Determines whether this instance and another specified MongoGridFSFileInfo object have the same value.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public bool Equals(
	MongoGridFSFileInfo rhs
)

Parameters

rhs
Type: MongoDB.Driver.GridFS.MongoGridFSFileInfo
The MongoGridFSFileInfo object to compare to this instance.

Return Value

Type: Boolean
True if the value of the rhs parameter is the same as this instance; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also