## Summary This PR closes #21692. `PLR1714` will no longer flag if all members are identical. I iterate through the equality comparisons and if they are all equal the rule does not flag. ## Test Plan Additional tests were added with identical members.