ICacheDataComparer<TCachedMessage>.Equals 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 bool Equals (TCachedMessage cachedMessage, Orleans.Streams.IStreamIdentity streamIdentity);
abstract member Equals : 'CachedMessage * Orleans.Streams.IStreamIdentity -> bool
Public Function Equals (cachedMessage As TCachedMessage, streamIdentity As IStreamIdentity) As Boolean
Parameters
- cachedMessage
- TCachedMessage
- streamIdentity
- IStreamIdentity