Implemented interface member:
3 references to Equals
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
593
if (!_background.
Equals
(background) ||
594
!_selectedBackground.
Equals
(activeBackground))
System\Windows\Documents\TextSchema.cs (1)
920
return solidBrush1.Color.
Equals
(((SolidColorBrush)brush2).Color);