EventSequenceTokenV2.CompareTo(StreamSequenceToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the current object with another object of the same type.
public override int CompareTo (Orleans.Streams.StreamSequenceToken other);
override this.CompareTo : Orleans.Streams.StreamSequenceToken -> int
Public Overrides Function CompareTo (other As StreamSequenceToken) As Integer
Parameters
- other
- StreamSequenceToken
An object to compare with this object.
Returns
A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other
parameter.Zero This object is equal to other
. Greater than zero This object is greater than other
.