AIMA.Core.Search.Framework.CutOffIndicatorAction.isNoOp C# (CSharp) Method

isNoOp() public method

public isNoOp ( ) : bool
return bool
        public bool isNoOp()
        {
            return true;
        }
CutOffIndicatorAction