2 references to Equals
PresentationCore (2)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
127return Equals(obj as CanonicalFontFamilyReference);
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
157if (!_canonicalReferences[i].Equals(other._canonicalReferences[i]))