VersionNumber.Inequality(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 a specified instance of VersionNumber is not equal to another specified VersionNumber.
public static bool operator != (Xamarin.UITest.Utils.VersionNumber x, Xamarin.UITest.Utils.VersionNumber y);
static member op_Inequality : 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
and y
are not equal; otherwise, false
.