Utils_OtherCompareVersions Method |
Compares the versions.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static VersionsComparison CompareVersions(
string firstVersion,
string secondVersion
)
Parameters
- firstVersion
- Type: SystemString
The first version. - secondVersion
- Type: SystemString
The second version.
Return Value
Type:
VersionsComparisonSee Also