Implemented interface member:
1 reference to Equals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
98
public override bool Equals(object? obj) => obj is TypeKey other &&
Equals
(other);