Implemented interface member:
1 reference to Equals
PresentationFramework (1)
MS\Internal\Data\DataBindEngine.cs (1)
675
public override bool Equals(object o) => o is ValueConverterTableKey other &&
Equals
(other);