On this page
pane.Pane.equals
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Whether
otheris this same pane on this same server.The socket, the daemon that answered, and
%nall have to match — a restarted server issues%0again to an entirely different pane, so two handles can agree on socket and id and still name different panes.sameTmuxIdAsasks the weaker question.Examples
pane.equals(await pane.refreshed()); // true
0 declared, 0 inherited