# Sandbox.SelectionSystem.Add

```csharp
bool Add(object obj)
```

Adds an object to the selection.

### Parameters

- `obj` (`object`): The object to add

### Returns

`bool`: True if the object was added, false if it was already selected

Declared in [Sandbox.SelectionSystem](/api/Sandbox.SelectionSystem).
Assembly: `Sandbox.System`.
