Operator operator !=
operator !=(MongoGridFSFileInfo, MongoGridFSFileInfo)
Determines whether two specified MongoGridFSFileInfo objects have different values.
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 different from the value of rhs; otherwise, false.