Hi I have a class which derives from ContentControl and I'm not able to override GetHashCode and Equal method. I get an error
Error 5 cannot override inherited member 'System.Windows.DependencyObject.GetHashCode()' because it is sealed Is there any way to override this method ? I need to use Union method from LINQ however I need to compare object with different condition than normal. Is there any way to do it ?