SystemTargetGrainId.GreaterThan 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.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
.