protobuf.js
protobuf.js copied to clipboard
implement Message#equals
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.