Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

isEqualTo(message:)

Helper to compare Messages when not having a specific type to use normal Equatable. Equatable is provided with specific generated types.

Message.swift:113
func isEqualTo(message: any Message) -> Bool