On this page
JSONValue.==(_:_:)
- Declared in
- JSONValue
- Package
- libtmux-swift
- Source
- Sources/LibTmuxMCP/JSONValue.swift
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.
- Parameters:
0 declared, 0 inherited