Class MultiNodeClusterSpec.RoleNameComparer
Inherited Members
Namespace: Akka.Cluster.TestKit
Assembly: Akka.Cluster.TestKit.dll
Syntax
public class MultiNodeClusterSpec.RoleNameComparer : IComparer<RoleName>
Constructors
| Edit this page View SourceRoleNameComparer(MultiNodeClusterSpec)
Declaration
public RoleNameComparer(MultiNodeClusterSpec spec)
Parameters
| Type | Name | Description |
|---|---|---|
| MultiNodeClusterSpec | spec |
Methods
| Edit this page View SourceCompare(RoleName, RoleName)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(RoleName x, RoleName y)
Parameters
| Type | Name | Description |
|---|---|---|
| RoleName | x | The first object to compare. |
| RoleName | y | The second object to compare. |
Returns
| Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| int | A signed integer that indicates the relative values of
|
Edit this page