FSharp.GrpcCodeGenerator icon indicating copy to clipboard operation
FSharp.GrpcCodeGenerator copied to clipboard

Hand-write CustomComparison and CustomEquality on Timestamp

Open LyndonGingerich opened this issue 1 year ago • 1 comments

I hand-wrote the code. Should we generate it instead? But comparison and equality might just use space unnecessarily on other message types.

I implemented GetHashCode naively. Please suggest revisions freely.

Resolves #30.

LyndonGingerich avatar Jun 23 '23 16:06 LyndonGingerich