# Shape.__eq

**Kind:** Operation

**Environments:** Game

## Game

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

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

**Operations:**

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