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