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