public static bool Match(NativeQuery query, object o)
		{
			return query.Match(o);
		}