GuidId
class
Namespace: Orleans.Runtime
A unique identifier based on a
GuidId. [Orleans.Immutable][Orleans.GenerateSerializer]public sealed class GuidId : IComparable<GuidId>, IEquatable<GuidId>, ISerializableMethods
CompareTo(GuidId?)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.Equals(GuidId?)Indicates whether the current object is equal to another object of the same type.Equals(object?)Determines whether the specified object is equal to the current object.GetGuidId(Guid)Returns aGuidIdinstance corresponding to the providedGuidId.GetHashCodeServes as the default hash function.GetNewGuidIdReturns a new, randomly generatedGuidId.GetObjectData(SerializationInfo, StreamingContext)Populates aSystem.Runtime.Serialization.SerializationInfowith the data needed to serialize the target object.ToStringReturns a string that represents the current object.operator ==(GuidId?, GuidId?)Compares the provided operands for equality.operator !=(GuidId?, GuidId?)Compares the provided operands for inequality.
