Edit

Share via


StreamSequenceTokenUtilities.Newer Method

Definition

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

public static bool Newer (this Orleans.Streams.StreamSequenceToken me, Orleans.Streams.StreamSequenceToken other);
static member Newer : Orleans.Streams.StreamSequenceToken * Orleans.Streams.StreamSequenceToken -> bool
<Extension()>
Public Function Newer (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 newer than the second token, false otherwise.

Applies to