# Sandbox.Clothing.CanBeWornWith

```csharp
bool CanBeWornWith(Clothing target)
```

Return true if this item of clothing can be worn with the target item, at the same time.

### Parameters

- `target` (`Clothing`)

### Returns

`bool`

Declared in [Sandbox.Clothing](/api/Sandbox.Clothing).
Assembly: `Sandbox.Engine`.
