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

isNoOp() public method

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