Fan.Sys.Param.hasDefault C# (CSharp) Method

hasDefault() public method

public hasDefault ( ) : bool
return bool
        public bool hasDefault()
        {
            return (m_mask & HAS_DEFAULT) != 0;
        }