SemanticVersion.

CompareTo(SemanticVersion) Method

Summary

Compares this version to value, including the pre-release tag in the comparison.
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public int CompareTo(SemanticVersion value)

Parameters

Name Type Description
value SemanticVersion

Return Value

Type Description
int
GitHub