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

JSONValue.==(_:_:)

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

API reference · Markdown

JSONValue.==(_:_:) ( lhs : `Self` , rhs : `Self` ) → Bool
functionstatic [source]
functionstatic [source]
JSONValue.==(_:_:)

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.
Esc

Type to search.