VersionVectorCompare Method |
Version 1 is SAME (==) as Version 2 iff for all i c1(i) == c2(i)
Version 1 is BEFORE (<) Version 2 iff for all i c1(i) <= c2(i) and there exist a j such that c1(j) < c2(j)
Version 1 is AFTER (>) Version 2 iff for all i c1(i) >= c2(i) and there exist a j such that c1(j) > c2(j)
Version 1 is CONCURRENT to Version 2 otherwise
Namespace: Akka.DistributedData
[Missing <param name="other"/> documentation for "M:Akka.DistributedData.VersionVector.Compare(Akka.DistributedData.VersionVector)"]
[Missing <returns> documentation for "M:Akka.DistributedData.VersionVector.Compare(Akka.DistributedData.VersionVector)"]