public override bool include(HDict dict, IPather pather) { return(m_a.include(dict, pather) && m_b.include(dict, pather)); }
////////////////////////////////////////////////////////////////////////// // Access ////////////////////////////////////////////////////////////////////////// /* Return if given tags entity matches this query. */ public abstract bool include(HDict dict, IPather pather);