LibTmux.SessionId.CompareTo
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- SessionId
- Package
- LibTmux
- Source
- src/LibTmux/SessionId.cs
-
Orders this identifier against another numerically.
tmux hands out session identifiers in increasing order, so the ordering is oldest first. Without it
OrderByandArray.Sortthrow rather than sorting.- Parameters
-
-
other ( SessionId ) – The identifier to compare against.
-
- Returns
-
A negative value, zero, or a positive value.
0 declared, 0 inherited