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
LibraryInfoThe LHS.
rhs
LibraryInfoThe RHS.
Returns
- bool
true
if the left hand side is not equal to the right hand side; otherwise,false
.