Implemented interface member:
2 references to Equals
PresentationCore (2)
System\Windows\BinaryFormat\Id.cs (2)
22=> (obj is Id id && Equals(id)) || (obj is int value && value == _id); 29public static bool operator ==(Id left, Id right) => left.Equals(right);