Table of Contents

Operator operator !=

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.Core.dll

operator !=(LibraryInfo, LibraryInfo)

Determines whether two LibraryInfo instances are not equal.

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

Parameters

lhs LibraryInfo

The LHS.

rhs LibraryInfo

The RHS.

Returns

bool

true if the left hand side is not equal to the right hand side; otherwise, false.