# Sandbox.Component.IsRunningDoo

```csharp
bool IsRunningDoo(Doo doo)
```

Returns true if the given Doo is currently running on this component.

### Parameters

- `doo` (`Doo`)

### Returns

`bool`

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
