Swift 4.2 User Equatable Example
struct User: Equatable { let userId: String let email: String let lovesFruits: Bool }