You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use MemberwiseEqualityComparer for an external class, which I cannot change the code. It works great. However, I need to ommit a certain property, but I cannot add [MemberwiseEqualityIgnore] attribute to the external class code.