Click or drag to resize
Akka.NETVersionVectorIsSame Method
Returns true if x VersionVector has the same history as the y VersionVector else false.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsSame(
	VersionVector y
)

Parameters

y
Type: Akka.DistributedDataVersionVector

[Missing <param name="y"/> documentation for "M:Akka.DistributedData.VersionVector.IsSame(Akka.DistributedData.VersionVector)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.DistributedData.VersionVector.IsSame(Akka.DistributedData.VersionVector)"]

See Also