Operator (Default implementation)swift-syntax 600.0.1SwiftSyntax
==(_:_:)
SyntaxHashable.swift:23static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
import SwiftSyntax
A library for working with Swift code.
protocol SyntaxHashable : Hashable
Protocol that provides a common Hashable implementation for all syntax nodes
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are equal.
func hash(into hasher: inout Hasher)