Akka.Remote.TestKit.Controller.ClientDisconnected.Equals C# (CSharp) Method

Equals() private method

private Equals ( ClientDisconnected other ) : bool
other ClientDisconnected
return bool
            private bool Equals(ClientDisconnected other)
            {
                return Equals(_name, other._name);
            }

Same methods

Controller.ClientDisconnected::Equals ( object obj ) : bool