| RootActorPathCompareTo Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
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