AIMA.Core.Agent.Impl.NoOpAction.isNoOp C# (CSharp) Method

isNoOp() public method

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