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