Table of Contents

Method IsVersionHigher

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

IsVersionHigher(string)

Verifies if the provided version number is higher then the DataMiner Agent version.

bool IsVersionHigher(string versionNumber)

Parameters

versionNumber string

The version number to compare against the version of the DMA.

Returns

bool

true if the version of the DMA is higher than wat is ; otherwise, false.