Skip to content

StreamSequenceTokenUtilities.Older(StreamSequenceToken, StreamSequenceToken)

Older(StreamSequenceToken, StreamSequenceToken)

staticextension
View source
public static bool Older(this StreamSequenceToken me, StreamSequenceToken other)
Returns true if the first token is older than the second token.

Parameters

meStreamSequenceToken
The first token
otherStreamSequenceToken
The second token.

Returns

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