iex
if (field != other.field) return false if (field2 != other.field2) return false return true
return field == other.field && field2 == other.field2