# Sandbox.ClothingContainer.Has

```csharp
bool Has(Clothing clothing)
```

Returns true if we have this clothing item

### Parameters

- `clothing` (`Clothing`)

### Returns

`bool`

Declared in [Sandbox.ClothingContainer](/api/Sandbox.ClothingContainer).
Assembly: `Sandbox.Engine`.
