Table of Contents

Operator operator !=

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.Legacy.dll

operator !=(MongoGridFSFileInfo, MongoGridFSFileInfo)

Determines whether two specified MongoGridFSFileInfo objects have different values.

public static bool operator !=(MongoGridFSFileInfo lhs, MongoGridFSFileInfo rhs)

Parameters

lhs MongoGridFSFileInfo

The first value to compare, or null.

rhs MongoGridFSFileInfo

The second value to compare, or null.

Returns

bool

True if the value of lhs is different from the value of rhs; otherwise, false.