Click or drag to resize
Akka.NETVectorClockLessThan Operator
Compares two specified vector clocks to see if the first one is less than the other one.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool operator <(
	VectorClock left,
	VectorClock right
)

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: Boolean
true if the first vector clock is less than the other one; otherwise false
See Also