Click or drag to resize
ActorPathCompareTo Method

[Missing <summary> documentation for "M:Akka.Actor.ActorPath.CompareTo(Akka.Actor.ActorPath)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract int CompareTo(
	ActorPath other
)

Parameters

other
Type: Akka.ActorActorPath

[Missing <param name="other"/> documentation for "M:Akka.Actor.ActorPath.CompareTo(Akka.Actor.ActorPath)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Akka.Actor.ActorPath.CompareTo(Akka.Actor.ActorPath)"]

Implements

IComparableTCompareTo(T)
See Also