Subtext.Framework.BlogInfo.FlagPropertyCheck C# (CSharp) Method

FlagPropertyCheck() protected method

Checks to see if the specified ConfigurationFlag matches a flag set for this blog.
protected FlagPropertyCheck ( ConfigurationFlags cf ) : bool
cf ConfigurationFlags Cf.
return bool
        protected bool FlagPropertyCheck(ConfigurationFlags cf)
        {
            return (this.Flag & cf) == cf;
        }