System.Diagnostics.DelimitedListTraceListener.IsEnabled C# (CSharp) Method

IsEnabled() private method

private IsEnabled ( TraceOptions opts ) : bool
opts TraceOptions
return bool
        private bool IsEnabled(TraceOptions opts)
        {
            return (opts & TraceOutputOptions) != 0;
        }
    }