MajorMinorVersion.GreaterThan(MajorMinorVersion, MajorMinorVersion) 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.
Compares the provided operands and returns true
if the left operand is greater than the right operand, otherwise false
.
public static bool operator > (Orleans.Metadata.MajorMinorVersion left, Orleans.Metadata.MajorMinorVersion right);
static member ( > ) : Orleans.Metadata.MajorMinorVersion * Orleans.Metadata.MajorMinorVersion -> bool
Public Shared Operator > (left As MajorMinorVersion, right As MajorMinorVersion) As Boolean
Parameters
- left
- MajorMinorVersion
The left operand.
- right
- MajorMinorVersion
The right operand.
Returns
true
if the left operand is greater than the right operand, otherwise false
.