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