libtmux Reference MCP Search
On this page

Server.==(_:_:)

View as Markdown

Declared in
Server
Package
libtmux-swift
Source
Sources/LibTmux/Server.swift
==(_:_:) ( lhs : Server , rhs : Server ) Bool
functionstatic [source]
functionstatic [source]
==(_:_:)

Returns a Boolean value indicating whether two values are equal.

Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

  • Parameters:
    • lhs: A value to compare.
    • rhs: Another value to compare.

0 declared, 0 inherited

Esc

Type to search.