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