Edit

Share via


StreamSequenceToken.CompareTo(StreamSequenceToken) Method

Definition

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

Returns

Implements

Applies to