Click or drag to resize

GACEntryCompareVersion Method

Compare the specified version string in 'n.n.n.n' format to the version string of the current GACEntry. If one version string has fewer parts than other, the additional parts of the other version are ignored.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int CompareVersion(
	string version
)

Parameters

version
Type: SystemString

Return Value

Type: Int32
0 if they're equal, -1 if current version is less than the specified version, or 1 if the current version is greater than the specified version.
See Also