Operator (Default implementation)swift-protobuf 1.29.0SwiftProtobuf
==(_:_:)
Message.swift:199static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
s13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ
What are these?71P60
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
@preconcurrency protocol _MessageImplementationBase : Hashable, Message
Implementation base for all messages; not intended for client use.
@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 _protobuf_generated_isEqualTo(other: Self) -> Bool
func isEqualTo(message: any Message) -> Bool