# Uuid.__eq

**Kind:** Operation

**Environments:** Game, Terrain

## Game

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

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

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `Uuid == Uuid` | boolean | Checks if two uuids are equal. |

## Terrain

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

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

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `Uuid == Uuid` | boolean | Checks if two uuids are equal. |
