Edit

Share via


StreamSequenceTokenUtilities.Older Method

Definition

Returns true if the first token is older than the second token.

public static bool Older (this Orleans.Streams.StreamSequenceToken me, Orleans.Streams.StreamSequenceToken other);
static member Older : Orleans.Streams.StreamSequenceToken * Orleans.Streams.StreamSequenceToken -> bool
<Extension()>
Public Function Older (me As StreamSequenceToken, other As StreamSequenceToken) As Boolean

Parameters

me
StreamSequenceToken

The first token

other
StreamSequenceToken

The second token.

Returns

true if the first token is older than the second token, false otherwise.

Applies to