JournalStreamId
struct
Namespace: Orleans.Journaling
Identifies a state.
public readonly struct JournalStreamId : IEquatable<JournalStreamId>Constructors
JournalStreamId(uint)Identifies a state.
Properties
ValueThe underlying identity value.
Methods
Deconstruct(uint)Equals(JournalStreamId)Indicates whether the current object is equal to another object of the same type.Equals(object)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.ToStringReturns the fully qualified type name of this instance.operator ==(JournalStreamId, JournalStreamId)operator !=(JournalStreamId, JournalStreamId)
