| SemanticVersion Methods | 
The SemanticVersion type exposes the following members.
 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.
             | 
 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