IdComparer
class
Namespace: Orleans.Transactions
Compares participant identifiers by resource name and grain reference.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class IdComparer : IEqualityComparer<ParticipantId>Constructors
Methods
Equals(ParticipantId, ParticipantId)Determines whether two participant identifiers refer to the same resource.GetHashCode(ParticipantId)Returns a hash code derived from the participant's resource name and grain reference.
