Class LibraryInfo
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll
Represents information about a library using the .NET driver.
public sealed class LibraryInfo : IEquatable<LibraryInfo>
Inheritance
LibraryInfo
Implements
Inherited Members
Constructors
Initializes a new instance of the LibraryInfo class.
Properties
Gets the library name.
Gets the library version.
Methods
Determines whether the specified LibraryInfo is equal to this instance.
Determines whether the specified object is equal to the current object.
Serves as the default hash function.
Returns a string that represents the current object.
Operators
operator ==(LibraryInfo, LibraryInfo)
Determines whether two LibraryInfo instances are equal.
operator !=(LibraryInfo, LibraryInfo)
Determines whether two LibraryInfo instances are not equal.