Click or drag to resize
Akka.NETVersionVectorGreaterThan Operator
Returns true if x is after y else false.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool operator >(
	VersionVector x,
	VersionVector y
)

Parameters

x
Type: Akka.DistributedDataVersionVector

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

y
Type: Akka.DistributedDataVersionVector

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

Return Value

Type: Boolean

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

See Also