# Sandbox.MemberDescription.IsNamed

```csharp
bool IsNamed(string name)
```

Utility function to check whether this string matches this type. Will search name and classname.

### Parameters

- `name` (`string`)

### Returns

`bool`

Declared in [Sandbox.MemberDescription](/api/Sandbox.MemberDescription).
Assembly: `Sandbox.Reflection`.
