# PathNode.__eq

**Kind:** Operation

**Environments:** Game

## Game

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

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

**Operations:**

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