or `filter { value?.isEqual(otherValue) == true }`...
# getting-started
m
or
filter { value?.isEqual(otherValue) == true }
(isEqual doesn’t exist, is just a placeholder for your comparison)