ActorPathSurrogateEquals Method (ActorPath) |
[Missing <summary> documentation for "M:Akka.Actor.ActorPath.Surrogate.Equals(Akka.Actor.ActorPath)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool Equals(
ActorPath other
)
Public Function Equals (
other As ActorPath
) As Boolean
public:
virtual bool Equals(
ActorPath^ other
) sealed
abstract Equals :
other : ActorPath -> bool
override Equals :
other : ActorPath -> bool
Parameters
- other
- Type: Akka.ActorActorPath
[Missing <param name="other"/> documentation for "M:Akka.Actor.ActorPath.Surrogate.Equals(Akka.Actor.ActorPath)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Akka.Actor.ActorPath.Surrogate.Equals(Akka.Actor.ActorPath)"]
Implements
IEquatableTEquals(T)
See Also