CacheDataComparerExtensions.Equals<TCachedMessage> 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.
Checks to see if the cached message is part of the provided stream
public static bool Equals<TCachedMessage> (this Orleans.Providers.Streams.Common.ICacheDataComparer<TCachedMessage> comparer, Orleans.Streams.IStreamIdentity streamIdentity, TCachedMessage cachedMessage);
static member Equals : Orleans.Providers.Streams.Common.ICacheDataComparer<'CachedMessage> * Orleans.Streams.IStreamIdentity * 'CachedMessage -> bool
<Extension()>
Public Function Equals(Of TCachedMessage) (comparer As ICacheDataComparer(Of TCachedMessage), streamIdentity As IStreamIdentity, cachedMessage As TCachedMessage) As Boolean
Type Parameters
- TCachedMessage
Parameters
- comparer
- ICacheDataComparer<TCachedMessage>
- streamIdentity
- IStreamIdentity
- cachedMessage
- TCachedMessage