Swift - Operators and Expressions
You want to overload the == operator for a struct
Person to compare two persons by their id. Which implementation correctly achieves this?