CodeTV.ChannelDVBT.NeedToRebuildTheGraph C# (CSharp) Method

NeedToRebuildTheGraph() public method

public NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
newChannel ChannelTV
return bool
        public override bool NeedToRebuildTheGraph(ChannelTV newChannel)
        {
            return !(newChannel is ChannelDVBT) || base.NeedToRebuildTheGraph(newChannel);
        }