# Sandbox.ITagSet.Has

```csharp
bool Has(string tag)
```

Does this set have the specified tag?

### Parameters

- `tag` (`string`)

### Returns

`bool`

Declared in [Sandbox.ITagSet](/api/Sandbox.ITagSet).
Assembly: `Sandbox.Engine`.
