# Sandbox.TypeDescription.IsNamed

```csharp
bool IsNamed(string name, bool exactFullName = False)
```

Returns true if this is named the passed name, either through classname, target class name or an alias

### Parameters

- `name` (`string`): The name to check
- `exactFullName` (`bool`), default `False`: If true, only the exact full name or aliases will match.

### Returns

`bool`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
