# Sandbox.ResourceLoadContext.Exists

```csharp
bool Exists(string blockName)
```

Does the compiled file contain this block? Block names are four character
codes, eg "LIPS".

### Parameters

- `blockName` (`string`)

### Returns

`bool`

Declared in [Sandbox.ResourceLoadContext](/api/Sandbox.ResourceLoadContext).
Assembly: `Sandbox.Engine`.
