C
Join ServerC#
help
Equals for structs [Answered]
GGladiator9/2/2022
Is it standard to implement GetHashCode and == and Equals for structs even if all fields should be used? because the default one is using reflection to get fields
UUUnknown User9/2/2022
Message Not Public
Sign In & Join Server To View
Mmtreit9/3/2022
Consider just using a record struct and get the relevant implementation for free
GGladiator9/3/2022
I cannot use it because it has been added in C#8.0
GGladiator9/3/2022
My env: Unity and it does not support record
AAccord9/3/2022
✅ This post has been marked as answered!