vercmp_simple


Description:


public int vercmp_simple (string a, string b)

Compare alpha and numeric segments of two software versions.

Parameters:

a

First version number

b

Second version number

Returns:

Note:

>0 if a is newer than b; 0 if a and b are the same version; <<0 if b is newer than a


Namespace: AppStream
Package: appstream