Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.PaneId.CompareTo

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
PaneId
Package
LibTmux
Source
src/LibTmux/PaneId.cs
CompareTo ( other : PaneId ) → int
method [source]
method [source]
CompareTo

Orders this identifier against another numerically.

tmux hands out pane identifiers in increasing order, so the ordering is oldest first. Without it OrderBy and Array.Sort throw rather than sorting.

Parameters
  • other ( PaneId ) – The identifier to compare against.

Returns

A negative value, zero, or a positive value.

0 declared, 0 inherited

Esc

Type to search.