StreamSequenceToken.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 instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
public abstract int CompareTo (Orleans.Streams.StreamSequenceToken other);
abstract member CompareTo : Orleans.Streams.StreamSequenceToken -> int
Public MustOverride Function CompareTo (other As StreamSequenceToken) As Integer
Parameters
- other
- StreamSequenceToken