EdgeVertex
struct
Namespace: Orleans.Placement.Repartitioning
Data structure representing one side of a
Orleans.Placement.Repartitioning.Edge. [Orleans.GenerateSerializer][Orleans.Immutable]public readonly struct EdgeVertex : IEquatable<EdgeVertex>Constructors
EdgeVertex(GrainId, SiloAddress, bool)Data structure representing one side of aOrleans.Placement.Repartitioning.Edge.
Methods
Equals(EdgeVertex)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 ==(EdgeVertex, EdgeVertex)operator !=(EdgeVertex, EdgeVertex)
