Base:
method
Equals
System.Object.Equals(System.Object)
2 references to Equals
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs (1)
112
return first.
Equals
(second);
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
60
if (_extendedProperties[i].
Equals
(that[x]))