# Sandbox.MemberDescription.HasAttribute

## Overload 1

```csharp
bool HasAttribute()
```

Whether or not this has at least one of the specified attribute.

### Returns

`bool`

## Overload 2

```csharp
bool HasAttribute(System.Type t)
```

Whether or not this has at least one of the specified attribute.

### Parameters

- `t` (`System.Type`)

### Returns

`bool`

Declared in [Sandbox.MemberDescription](/api/Sandbox.MemberDescription).
Assembly: `Sandbox.Reflection`.
