Skip to content

CachedMessageExtensions.CompareStreamId(CachedMessage, StreamId)

CompareStreamId(CachedMessage, StreamId)

staticextension
View source
public static bool CompareStreamId(this ref CachedMessage cachedMessage, StreamId streamId)
Compares the stream identifier of a cached message.

Parameters

cachedMessageCachedMessage
The cached message.
streamIdStreamId
The stream identifier.

Returns

true if streamId is equal to the CachedMessage value; otherwise false.