Using Owned Types in Entity Framework Core 2.2.6, how would I write a LINQ query that acts on the equality of an owned type?...I'm building an application that uses DDD concepts like Entities and Value Objects. E.g. a ...Person... has a ...PersonName.... ...