VersionNumber.LessThan(VersionNumber, VersionNumber) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether one specified VersionNumber is lower than another specfied VersionNumber.
public static bool operator < (Xamarin.UITest.Utils.VersionNumber x, Xamarin.UITest.Utils.VersionNumber y);
static member ( < ) : Xamarin.UITest.Utils.VersionNumber * Xamarin.UITest.Utils.VersionNumber -> bool
Public Shared Operator < (x As VersionNumber, y As VersionNumber) As Boolean
Parameters
The first VersionNumber to compare.
The second VersionNumber to compare.
Returns
true
if x
is lower than y
; otherwise, false
.