Click or drag to resize
Akka.NETMultiNodeClusterSpecRoleNameComparerCompare Method
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Namespace:  Akka.Cluster.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Compare(
	RoleName x,
	RoleName y
)

Parameters

x
Type: Akka.Remote.TestKitRoleName
The first object to compare.
y
Type: Akka.Remote.TestKitRoleName
The second object to compare.

Return Value

Type: Int32
A signed integer that indicates the relative values of x and y, as shown in the following table.Value Meaning Less than zerox is less than y.Zerox equals y.Greater than zerox is greater than y.

Implements

IComparerTCompare(T, T)
See Also