# GuiInterface.__eq

**Kind:** Operation

**Environments:** Game

## Game

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

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

**Operations:**

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