| VectorClockGreaterThan Operator |
Compares two specified vector clocks to see if the first one is greater than the other one.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static bool operator >(
VectorClock left,
VectorClock right
)
static let inline (>)
left : VectorClock *
right : VectorClock : bool
Parameters
- left
- Type: Akka.ClusterVectorClock
The first vector clock used for comparison - right
- Type: Akka.ClusterVectorClock
The second vector clock used for comparison
Return Value
Type:
Booleantrue if the first vector clock is greater than the other one; otherwise
falseSee Also