Class LibraryInfo
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.dll
Represents information about a library using the .NET driver.
public sealed class LibraryInfo : IEquatable<LibraryInfo>
- Inheritance
-
LibraryInfo
- Implements
- Inherited Members
Constructors
- LibraryInfo(string, string)
Initializes a new instance of the LibraryInfo class.
Properties
- Name
Gets the library name.
- Version
Gets the library version.
Methods
- Equals(LibraryInfo)
Determines whether the specified LibraryInfo is equal to this instance.
Operators
- operator ==(LibraryInfo, LibraryInfo)
Determines whether two LibraryInfo instances are equal.
- operator !=(LibraryInfo, LibraryInfo)
Determines whether two LibraryInfo instances are not equal.