| RemoteRouterConfigEquals 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
)
abstract Equals :
other : RouterConfig -> bool
override Equals :
other : RouterConfig -> bool
Parameters
- other
- Type: Akka.RoutingRouterConfig
The group to compare.
Return Value
Type:
Booleantrue if the specified router is equal to this instance; otherwise,
false.
Implements
IEquatableTEquals(T)See Also