MembershipVersion.LessThan(MembershipVersion, MembershipVersion) Operator
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 less than the right operand, otherwise false
.
C#
public static bool operator <(Orleans.Runtime.MembershipVersion left, Orleans.Runtime.MembershipVersion right);
static member ( < ) : Orleans.Runtime.MembershipVersion * Orleans.Runtime.MembershipVersion -> bool
Public Shared Operator < (left As MembershipVersion, right As MembershipVersion) As Boolean
- left
- MembershipVersion
The left operand.
- right
- MembershipVersion
The right operand.
true
if the left operand is less than the right operand, otherwise false
.
Продукт | Версии |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |