Implemented interface member:
1 reference to Equals
PresentationCore (1)
System\Windows\BinaryFormat\Count.cs (1)
29
=> (obj is Count count &&
Equals
(count)) || (obj is int value && value == _count);