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

RegexPattern.==(_:_:)

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

View as Markdown

Declared in
RegexPattern
Package
libtmux-swift
Source
Sources/LibTmux/RegexPattern.swift
==(_:_:) ( lhs : `Self` , rhs : `Self` ) → 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.