Base:
method
Equals
System.Object.Equals(System.Object)
2 references to Equals
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
109&& ((_numberSubstitution == null) ? (textRunProperties.NumberSubstitution == null) : (_numberSubstitution.Equals(textRunProperties.NumberSubstitution)));
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
608if (numberSubstitution.Equals(runProps.NumberSubstitution))