|  | VersionVectorIsSame 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.129 (1.2.3.129)
 Syntax
Syntaxpublic bool IsSame(
	VersionVector y
)
member IsSame : 
        y : VersionVector -> bool 
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
See Also