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