Edit

Share via


EventSequenceTokenV2.CompareTo(StreamSequenceToken) Method

Definition

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.

Applies to