| SemanticVersion Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver.Core.Misc
 Syntax
SyntaxThe SemanticVersion type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SemanticVersion(Int32, Int32, Int32) | 
            Initializes a new instance of the SemanticVersion class.
             | 
|  | SemanticVersion(Int32, Int32, Int32, String) | 
            Initializes a new instance of the SemanticVersion class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Major | 
            Gets the major version.
             | 
|  | Minor | 
            Gets the minor version.
             | 
|  | Patch | 
            Gets the patch version.
             | 
|  | PreRelease | 
            Gets the pre release version.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompareTo | |
|  | Equals(Object) | (Overrides ObjectEquals(Object).) | 
|  | Equals(SemanticVersion) | |
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Overrides ObjectGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | Parse | 
            Parses a string representation of a semantic version.
             | 
|  | ToString | (Overrides ObjectToString.) | 
|   | TryParse | 
            Tries to parse a string representation of a semantic version.
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Determines whether two specified semantic versions have the same value.
             | 
|   | GreaterThan | 
            Determines whether the first specified SemanticVersion is greater than the second specified SemanticVersion.
             | 
|   | GreaterThanOrEqual | 
            Determines whether the first specified SemanticVersion is greater than or equal to the second specified SemanticVersion.
             | 
|   | Inequality | 
            Determines whether two specified semantic versions have different values.
             | 
|   | LessThan | 
            Determines whether the first specified SemanticVersion is less than the second specified SemanticVersion.
             | 
|   | LessThanOrEqual | 
            Determines whether the first specified SemanticVersion is less than or equal to the second specified SemanticVersion.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ToBson | 
            Serializes an object to a BSON byte array.
            (Defined by BsonExtensionMethods.) | 
|  | ToBsonDocument | 
            Serializes an object to a BsonDocument.
            (Defined by BsonExtensionMethods.) | 
|  | ToJson | 
            Serializes an object to a JSON string.
            (Defined by BsonExtensionMethods.) | 
 See Also
See Also