protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

implement Message#equals

Open bblack opened this issue 2 years ago • 0 comments

Is there any appetite to add a function like this? I've seen this was requested in https://github.com/protobufjs/protobuf.js/issues/216 but it doesn't look like anything like this exists. Just want to see if there's any desire for it before I write tests.

Intended to fill the same role as e.g. Message#equals in the Java classes generated by protoc.

bblack avatar Jun 27 '23 19:06 bblack