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