QL.Interpreter.Controls.GUIQuestion.CheckHideConditions C# (CSharp) Method

CheckHideConditions() private method

private CheckHideConditions ( ) : bool
return bool
        private bool CheckHideConditions()
        {
            return (_hideConditions.Any(h => ((BoolValue) h.Evaluate()).Value()));
        }