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