2 references to Equals
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3817
return
Equals
(that, matchUnresolved:false);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
3020
return (x == null) ? (y == null) : x.
Equals
(y, _matchUnresolved);