EventHubDataComparer.Equals(CachedEventHubMessage, IStreamIdentity) 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 (Orleans.ServiceBus.Providers.CachedEventHubMessage cachedMessage, Orleans.Streams.IStreamIdentity streamIdentity);
override this.Equals : Orleans.ServiceBus.Providers.CachedEventHubMessage * Orleans.Streams.IStreamIdentity -> bool
Public Function Equals (cachedMessage As CachedEventHubMessage, streamIdentity As IStreamIdentity) As Boolean
Parameters
- cachedMessage
- CachedEventHubMessage
- streamIdentity
- IStreamIdentity