Edit

Share via


SystemTargetGrainId.GreaterThan Operator

Definition

Compares the provided operands and returns true if the left operand is greater than the right operand, otherwise false.

public static bool operator > (Orleans.Runtime.SystemTargetGrainId left, Orleans.Runtime.SystemTargetGrainId right);
static member ( > ) : Orleans.Runtime.SystemTargetGrainId * Orleans.Runtime.SystemTargetGrainId -> bool
Public Shared Operator > (left As SystemTargetGrainId, right As SystemTargetGrainId) As Boolean

Parameters

left
SystemTargetGrainId

The left operand.

right
SystemTargetGrainId

The right operand.

Returns

true if the left operand is greater than the right operand, otherwise false.

Applies to