Blackjack.Players.BasicStrategyPlayer.PlayAnotherHand C# (CSharp) Method

PlayAnotherHand() public method

public PlayAnotherHand ( ) : bool
return bool
        public bool PlayAnotherHand()
        {
            return _handsPlayed <= _handsToPlay;
        }