# Interactable.__eq

**Kind:** Operation

**Environments:** Game

## Game

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

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

**Operations:**

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