Class ServerApiVersion
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a server API version.
public sealed class ServerApiVersion : IEquatable<ServerApiVersion>
Inheritance
ServerApiVersion
Implements
Inherited Members
Properties
Gets an instance of server API version 1.
Methods
Indicates whether the current object is equal to another object of the same type.
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 ==(ServerApiVersion, ServerApiVersion)
Returns true if the two values are equal.
operator !=(ServerApiVersion, ServerApiVersion)
Returns true if the two values are not equal.