Operator operator ==
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
operator ==(LibraryInfo, LibraryInfo)
Determines whether two LibraryInfo instances are equal.
public static bool operator ==(LibraryInfo lhs, LibraryInfo rhs)
Parameters
lhsLibraryInfoThe LHS.
rhsLibraryInfoThe RHS.
Returns
- bool
 trueif the left hand side is equal to the right hand side; otherwise,false.