def __contains__(self, value):

        return (ChannelType.__contains__(self, value) and
                ChannelStyle.__contains__(self, value))