GrainInterfaceType Struct
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.
Uniquely identifies a grain interface.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public readonly struct GrainInterfaceType : IEquatable<Orleans.Runtime.GrainInterfaceType>, ISpanFormattable
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type GrainInterfaceType = struct
interface ISpanFormattable
interface IFormattable
Public Structure GrainInterfaceType
Implements IEquatable(Of GrainInterfaceType), ISpanFormattable
- Inheritance
-
GrainInterfaceType
- Attributes
- Implements
Constructors
GrainInterfaceType(IdSpan) |
Creates a GrainInterfaceType instance. |
GrainInterfaceType(String) |
Creates a GrainInterfaceType instance. |
Properties
IsDefault |
Returns true if this value is equal to the |
Value |
Returns the IdSpan value underlying this instance. |
Methods
Create(String) |
Creates a GrainInterfaceType instance. |
Equals(GrainInterfaceType) | 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. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns a UTF8 interpretation of the current instance. |
Operators
Equality(GrainInterfaceType, GrainInterfaceType) |
Compares the provided operands for equality. |
Inequality(GrainInterfaceType, GrainInterfaceType) |
Compares the provided operands for inequality. |
Explicit Interface Implementations
IFormattable.ToString(String, IFormatProvider) | |
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider) |