# Container.__eq

**Kind:** Operation

**Environments:** Game

## Game

``` { .lua .api-signature }
Container == Container
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Container.md#__eq)

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `Container == Container` | boolean | Checks if two instances of [Container](../Game-Script-Environment/Userdata/Container.md) refer to the same Container. |
