BiliRanking.Core.Updater.Asset.IsNewVersion C# (CSharp) Méthode

IsNewVersion() public méthode

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