Check if this channel is a parent of another channel
bool isParentOf(Channel child) { return child.isChildOf(this); }