/// <inheritdoc/> public override bool Equals(object obj) { return(TestActor.Equals(obj)); }
bool IEquatable <IActorRef> .Equals(IActorRef other) { return(TestActor.Equals(other)); }