| VectorClockInequality Operator |
Compares two specified vector clocks for inequality.
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 both vector clocks are not equal; otherwise
falseSee Also