| RootActorPathCompareTo Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override int CompareTo(
ActorPath other
)
abstract CompareTo :
other : ActorPath -> int
override CompareTo :
other : ActorPath -> int
Parameters
- other
- Type: Akka.ActorActorPath
TBD
Return Value
Type:
Int32TBD
Implements
IComparableTCompareTo(T)See Also