BExIS.Dcm.Wizard.StepInfo.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            if (String.IsNullOrEmpty(title)) return true;
            else return false;
        }