Akka.Interfaced.TestKit.Tests.UserLoginActor.CheckAccount C# (CSharp) Method

CheckAccount() private method

private CheckAccount ( string id, string password ) : bool
id string
password string
return bool
        private bool CheckAccount(string id, string password)
        {
            return id == password;
        }
    }