Created Equal
by in Representative Line on 2018-10-25Let's say you have an enum. You have an array of objects, where one of the fields is of that enum type. You want to filter the array of objects where the value of the enum is PAYMENTMETHOD
.
You also hate equals signs.