# `GSNode isEqualToNode:`

*Instance Method*

Checks if the node is equal to another node.

## Declaration

```swift
func isEqual(to other: GSNode) -> Bool
```

```objc
- (BOOL) isEqualToNode:(GSNode *) other;
```

```python
isEqualToNode_(other: GSNode) -> bool
```

## Discussion

Regular `isEqual:` compares object identity.

