SiloMetadata
record
Namespace: Orleans.Runtime.MembershipService.SiloMetadata
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
[Orleans.GenerateSerializer][Orleans.Alias(Orleans.Runtime.MembershipService.SiloMetadata.SiloMetadata)]public record SiloMetadata : IEquatable<SiloMetadata>Constructors
Properties
Methods
<Clone>$Equals(object?)Determines whether the specified object is equal to the current object.Equals(SiloMetadata?)Indicates whether the current object is equal to another object of the same type.GetHashCodeServes as the default hash function.ToStringReturns a string that represents the current object.operator ==(SiloMetadata?, SiloMetadata?)operator !=(SiloMetadata?, SiloMetadata?)
