ATMLModelLibrary.model.TestDescription.IsDeleted C# (CSharp) Method

IsDeleted() public method

public IsDeleted ( bool deleted = null ) : bool
deleted bool
return bool
        public bool IsDeleted( bool? deleted = null )
        {
            return _deleted ?? false;
            ;
        }