# Sandbox.GameObjectDirectory.FindByName

```csharp
IEnumerable<GameObject> FindByName(string name, bool caseinsensitive = True)
```

Find objects with this name. Not performant.

### Parameters

- `name` (`string`)
- `caseinsensitive` (`bool`), default `True`

### Returns

`IEnumerable<GameObject>`

Declared in [Sandbox.GameObjectDirectory](/api/Sandbox.GameObjectDirectory).
Assembly: `Sandbox.Engine`.
