Click or drag to resize
Akka.NETRemoteRouterConfigEquals Method (RouterConfig)
Determines whether the specified router, is equal to this instance.

Namespace:  Akka.Remote.Routing
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Equals(
	RouterConfig other
)

Parameters

other
Type: Akka.RoutingRouterConfig
The group to compare.

Return Value

Type: Boolean
true if the specified router is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also