BiliRanking.Core.Updater.Asset.IsNewVersion C# (CSharp) Method

IsNewVersion() public method

public IsNewVersion ( string currentVersion ) : bool
currentVersion string
return bool
            public bool IsNewVersion(string currentVersion)
            {
                return CompareVersion(name, currentVersion) > 0;
            }