I'm working on a project where I have a polygon layer that is based on census blocks but have appended data added to it. I want to find all polygons that have a field that is not equal to the same field with any of it's neighbors. I'm attempting to do this with iterators and logic is ModelBuilder but I'm having trouble. Does anyone have suggestions?