StreamSequenceTokenUtilities.Newer 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.
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
The first token
- other
- StreamSequenceToken
The second token.
Returns
true
if the first token is newer than the second token, false
otherwise.