QL.Interpreter.Controls.GUIQuestion.CheckHideConditions C# (CSharp) 메소드

CheckHideConditions() 개인적인 메소드

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