Operator operator ==
operator ==(MongoGridFSFileInfo, MongoGridFSFileInfo)
Determines whether two specified MongoGridFSFileInfo objects have the same value.
public static bool operator ==(MongoGridFSFileInfo lhs, MongoGridFSFileInfo rhs)
Parameters
lhs
MongoGridFSFileInfoThe first value to compare, or null.
rhs
MongoGridFSFileInfoThe second value to compare, or null.
Returns
- bool
True if the value of lhs is the same as the value of rhs; otherwise, false.