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