private bool CheckFile(string allContent) { MatchAddListener(allContent); MatchRemoveListener(allContent); return(curOutPut.NeedOut()); }