Check if this subscription matches a channel name
bool matchesChannel(String channelName) { return matches(Channel(channelName)); }