Esempio n. 1
0
	bool IntersectingWith(const CEquivRange& Other) const {
		return (Query.IntersectingWith(Other.Query) ||
				Subjt.IntersectingWith(Other.Subjt));
	}