3 references to Equals
PresentationCore (3)
Core\CSharp\System\Windows\RoutedEventHandlerInfo.cs (3)
91
return
Equals
((RoutedEventHandlerInfo)obj);
116
return handlerInfo1.
Equals
(handlerInfo2);
124
return !handlerInfo1.
Equals
(handlerInfo2);