Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
3 references to Equals
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
619if (!_background.Equals(background) || 620!_selectedBackground.Equals(activeBackground))
src\Framework\System\Windows\Documents\TextSchema.cs (1)
922return solidBrush1.Color.Equals(((SolidColorBrush)brush2).Color);