RootActorPathCompareTo Method |
[Missing <summary> documentation for "M:Akka.Actor.RootActorPath.CompareTo(Akka.Actor.ActorPath)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override int CompareTo(
ActorPath other
)
Public Overrides Function CompareTo (
other As ActorPath
) As Integer
public:
virtual int CompareTo(
ActorPath^ other
) override
abstract CompareTo :
other : ActorPath -> int
override CompareTo :
other : ActorPath -> int
Parameters
- other
- Type: Akka.ActorActorPath
[Missing <param name="other"/> documentation for "M:Akka.Actor.RootActorPath.CompareTo(Akka.Actor.ActorPath)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Akka.Actor.RootActorPath.CompareTo(Akka.Actor.ActorPath)"]
Implements
IComparableTCompareTo(T)
See Also