MembershipVersion.LessThanOrEqual Operator

Definition

Compares the provided operands and returns true if the left operand is less than or equal to the right operand, otherwise false.

C#
public static bool operator <=(Orleans.Runtime.MembershipVersion left, Orleans.Runtime.MembershipVersion right);

Parameters

left
MembershipVersion

The left operand.

right
MembershipVersion

The right operand.

Returns

true if the left operand is less than or equal to the right operand, otherwise false.

Applies to

Product Versions
.NET Orleans 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0