# Sandbox.Surface.HasAllTags

```csharp
bool HasAllTags(string[] tags)
```

Do we have all the tags on this hitbox?

### Parameters

- `tags` (`string[]`)

### Returns

`bool`: True if all tags match, false if any tag does not match.

Declared in [Sandbox.Surface](/api/Sandbox.Surface).
Assembly: `Sandbox.Engine`.
