---
title: isSameNode
framework: TVMLKit JS
role: symbol
role_heading: Instance Method
platforms: [tvOS 13.0+, Safari Desktop 10.0+, Safari Mobile 10.0+]
path: tvmljs/node/1628935-issamenode
---

# isSameNode

## Declaration

```data
Boolean isSameNode(
    in Node other
);
```

```data
boolean isSameNode(
    Node? other
);
```
